We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ddd309 commit b6062fbCopy full SHA for b6062fb
package.json
@@ -6,7 +6,7 @@
6
"main": "dist/index.js",
7
"scripts": {
8
"clean": "rimraf dist typings coverage",
9
- "build-ts": "npm run clean && tsc && husky && chmod +x .husky/pre-commit",
+ "build-ts": "npm run clean && tsc && husky install && husky && chmod +x .husky/pre-commit",
10
"build-doc": "npm run build-ts && ./node_modules/.bin/jsdoc dist/ -r -R README.md -d docs",
11
"watch-ts": "npm run clean && tsc -w",
12
"compile": "tsc",
0 commit comments