Skip to content

Instantly share code, notes, and snippets.

@stevermeister
Last active August 29, 2015 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stevermeister/150ad2eed0019f01b21e to your computer and use it in GitHub Desktop.
Save stevermeister/150ad2eed0019f01b21e to your computer and use it in GitHub Desktop.
#!/bin/node
var grunt = require('grunt');
(function () {
'use strict';
grunt.tasks(['test'], {}, function () {
console.log('pre push hook: SUCCESS');
process.exit(0);
});
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment