chore: fix version script

This commit is contained in:
Jeff Dickey 2024-03-29 21:03:52 -05:00
parent 578777807e
commit 736f8d9429
No known key found for this signature in database
GPG key ID: 584DADE86724B407
2 changed files with 1 additions and 1 deletions

View file

@ -24,7 +24,7 @@
"lint": "npx eslint . -c ./.github/linters/.eslintrc.yml", "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": "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", "package:watch": "npm run package -- --watch",
"preversion": "./scripts/preversion.sh", "version": "./scripts/version.sh",
"postversion": "./scripts/postversion.sh", "postversion": "./scripts/postversion.sh",
"prepare": "husky install" "prepare": "husky install"
}, },