We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
sync-deps
1 parent 039094b commit 22191c8Copy full SHA for 22191c8
package.json
@@ -23,7 +23,8 @@
23
"eslint": "eslint .",
24
"tslint": "tslint \"**/*.ts\" -c tslint.json -e \"**/blueprints/*/files/**/*.ts\" -e \"node_modules/**\" -e \"tmp/**\" -e \"dist/**\"",
25
"lint": "npm-run-all -c eslint tslint",
26
- "sync-deps": "node ./scripts/sync-deps.js"
+ "sync-deps": "node ./scripts/sync-deps.js",
27
+ "precommit": "npm run sync-deps"
28
},
29
"repository": {
30
"type": "git",
@@ -144,6 +145,7 @@
144
145
"dtsgenerator": "^0.8.3",
146
"eslint": "^3.11.0",
147
"express": "^4.14.0",
148
+ "husky": "^0.12.0",
149
"jasmine": "^2.4.1",
150
"jasmine-spec-reporter": "^3.2.0",
151
"minimist": "^1.2.0",
0 commit comments