Skip to content

Commit

Permalink
chore: fix version script
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Mar 30, 2024
1 parent 5787778 commit 736f8d9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"lint": "npx eslint . -c ./.github/linters/.eslintrc.yml",
"package": "ncc build -s src/index.ts --license licenses.txt && ncc -s build src/cache-save.ts -o dist/cache-save/",
"package:watch": "npm run package -- --watch",
"preversion": "./scripts/preversion.sh",
"version": "./scripts/version.sh",
"postversion": "./scripts/postversion.sh",
"prepare": "husky install"
},
Expand Down
File renamed without changes.

0 comments on commit 736f8d9

Please sign in to comment.