Skip to content

Commit

Permalink
We can go simpler
Browse files Browse the repository at this point in the history
  • Loading branch information
weswigham committed Sep 25, 2015
1 parent e747bf2 commit 9984ae9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@
"istanbul": "latest",
"mocha-fivemat-progress-reporter": "latest",
"tslint": "latest",
"tsd": "latest",
"npm": "^2"
"tsd": "latest"
},
"scripts": {
"pretest": "jake tests",
Expand Down
2 changes: 1 addition & 1 deletion scripts/hooks/post-checkout
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/sh
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 comments on commit 9984ae9

Please sign in to comment.