We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6062fb commit 146fdb6Copy full SHA for 146fdb6
package.json
@@ -6,11 +6,12 @@
6
"main": "dist/index.js",
7
"scripts": {
8
"clean": "rimraf dist typings coverage",
9
- "build-ts": "npm run clean && tsc && husky install && husky && chmod +x .husky/pre-commit",
+ "build-ts": "npm run clean && tsc",
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",
13
"prepare": "npm run compile",
14
+ "pre-commit": "husky install && husky && chmod +x .husky/pre-commit",
15
"start": "dist/index.js",
16
"tslint": "npx tslint -c tslint.json 'src/**/*.ts' --fix",
17
"test": "jest"
0 commit comments