chore: fix version script
This commit is contained in:
parent
578777807e
commit
736f8d9429
2 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue