There was an error while loading. Please reload this page.
1 parent e747bf2 commit 9984ae9Copy full SHA for 9984ae9
package.json
@@ -36,8 +36,7 @@
36
"istanbul": "latest",
37
"mocha-fivemat-progress-reporter": "latest",
38
"tslint": "latest",
39
- "tsd": "latest",
40
- "npm": "^2"
+ "tsd": "latest"
41
},
42
"scripts": {
43
"pretest": "jake tests",
scripts/hooks/post-checkout
@@ -1,2 +1,2 @@
1
#!/bin/sh
2
-echo "var npm = require('npm'); npm.load(function (err) {if (err) { throw err; } npm.commands.run(['jake', 'generate-diagnostics']); })" | node
+npm run jake -- generate-diagnostics
0 commit comments