Renamed the script 'deploy' to 'release'
This commit is contained in:
parent
e32a456966
commit
cf9b35bb4d
4 changed files with 10 additions and 10 deletions
|
@ -13,7 +13,7 @@
|
|||
"build:ts": "tsc --build ./devEnv/typecheck-all-projects/tsconfig.all.json",
|
||||
"test": "jest",
|
||||
"postinstall": "husky install",
|
||||
"deploy": "zx scripts/deploy.mjs",
|
||||
"release": "zx scripts/release.mjs",
|
||||
"build:api-docs": "zx scripts/build-api-docs.mjs",
|
||||
"lint:all": "eslint . --ext ts,tsx --ignore-path=.gitignore --rulesdir ./devEnv/eslint/rules"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue