We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 46ae4ca + 7ac30eb commit 67d720aCopy full SHA for 67d720a
1 file changed
package.json
@@ -15,7 +15,8 @@
15
"exec-tests": "mocha",
16
"test": "npm run test-v4 && npm run test-v3",
17
"cover": "npm run cover-v4 && npm run cover-v3",
18
- "lint": "tslint ."
+ "lint": "tslint .",
19
+ "prepare": "npm run build"
20
},
21
"repository": {
22
"type": "git",
0 commit comments