Skip to content

Commit 9984ae9

Browse files
committed
We can go simpler
1 parent e747bf2 commit 9984ae9

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@
3636
"istanbul": "latest",
3737
"mocha-fivemat-progress-reporter": "latest",
3838
"tslint": "latest",
39-
"tsd": "latest",
40-
"npm": "^2"
39+
"tsd": "latest"
4140
},
4241
"scripts": {
4342
"pretest": "jake tests",

scripts/hooks/post-checkout

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/bin/sh
2-
echo "var npm = require('npm'); npm.load(function (err) {if (err) { throw err; } npm.commands.run(['jake', 'generate-diagnostics']); })" | node
2+
npm run jake -- generate-diagnostics

0 commit comments

Comments
 (0)