TypeScript/scripts/hooks/post-checkout
2015-09-24 17:00:27 -07:00

2 lines
No EOL
153 B
Bash

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