Skip to content

Commit

Permalink
Merge pull request #74 from ahrjarrett/@ahrjarrett/v0.40.5
Browse files Browse the repository at this point in the history
fix: checks in lockfile and checks it during CI pipeline
  • Loading branch information
ahrjarrett authored Apr 15, 2024
2 parents c7c4453 + b2ba4c2 commit 92dcee0
Show file tree
Hide file tree
Showing 6 changed files with 2,909 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
node-version-file: .node-version
cache: pnpm
- name: Install dependencies
run: pnpm install
run: pnpm install --frozen-lockfile
- name: Build
run: production=true pnpm build
release:
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ node_modules
dist
.DS_Store
_org/*.org
pnpm-lock.yaml
.assest/
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# any-ts

## 0.40.5

### Patch Changes

- chore: commits lockfile

## 0.40.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "any-ts",
"private": false,
"version": "0.40.4",
"version": "0.40.5",
"author": {
"name": "Andrew Jarrett",
"email": "[email protected]",
Expand Down
Loading

0 comments on commit 92dcee0

Please sign in to comment.