Merge pull request #2074 from w33ble/pre-push

Add prepush script
This commit is contained in:
Joe Fleming 2014-12-03 10:19:35 -07:00
commit d895aa5147

View file

@ -48,7 +48,8 @@
"scripts": {
"test": "grunt test --use-jruby",
"server": "grunt server",
"precommit": "grunt jshint"
"precommit": "grunt jshint",
"prepush": "echo"
},
"repository": {
"type": "git",