Renamed the script 'deploy' to 'release'

This commit is contained in:
Aria Minaei 2021-10-04 14:25:11 +02:00
parent e32a456966
commit cf9b35bb4d
4 changed files with 10 additions and 10 deletions

View file

@ -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"
},