We can go simpler

This commit is contained in:
Wesley Wigham 2015-09-24 17:04:57 -07:00
parent e747bf2b36
commit 9984ae9000
2 changed files with 2 additions and 3 deletions

View file

@ -36,8 +36,7 @@
"istanbul": "latest",
"mocha-fivemat-progress-reporter": "latest",
"tslint": "latest",
"tsd": "latest",
"npm": "^2"
"tsd": "latest"
},
"scripts": {
"pretest": "jake tests",

View file

@ -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