TypeScript/scripts/hooks/post-checkout
Wesley Wigham e747bf2b36 fix hook
2015-09-24 17:02:10 -07:00

2 lines
No EOL
154 B
Bash

#!/bin/sh
echo "var npm = require('npm'); npm.load(function (err) {if (err) { throw err; } npm.commands.run(['jake', 'generate-diagnostics']); })" | node