This commit is contained in:
Wesley Wigham
2015-09-24 17:02:10 -07:00
parent 758e4402da
commit e747bf2b36

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
echo "var npm = require('npm'); npm.load(function (err) {if (err) { throw err; } npm.commands.run(['jake', 'generate-diagnostics']); })" | node