update deploy script

This commit is contained in:
Sayantan Karmakar 2022-06-01 19:08:23 +05:30
parent e48ab5dbae
commit 02071c474d
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
"prepare": "cd .. && husky install ts/.husky",
"lint": "eslint --fix",
"docs": "typedoc --entryPoints src/index.ts",
"publish": "yarn build && npm publish"
"deploy": "yarn build && yarn test && npm publish"
},
"lint-staged": {
"src/**/*.ts": [