update deploy script
This commit is contained in:
parent
e48ab5dbae
commit
02071c474d
|
@ -20,7 +20,7 @@
|
||||||
"prepare": "cd .. && husky install ts/.husky",
|
"prepare": "cd .. && husky install ts/.husky",
|
||||||
"lint": "eslint --fix",
|
"lint": "eslint --fix",
|
||||||
"docs": "typedoc --entryPoints src/index.ts",
|
"docs": "typedoc --entryPoints src/index.ts",
|
||||||
"publish": "yarn build && npm publish"
|
"deploy": "yarn build && yarn test && npm publish"
|
||||||
},
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
"src/**/*.ts": [
|
"src/**/*.ts": [
|
||||||
|
|
Loading…
Reference in New Issue