adding prepublish step

This commit is contained in:
James Alley 2015-03-04 15:33:17 -08:00
parent 54f3587c4c
commit 897bf379a6

View File

@ -6,7 +6,8 @@
"url": "git://github.com/yahoo/pure.git" "url": "git://github.com/yahoo/pure.git"
}, },
"scripts": { "scripts": {
"test": "grunt test" "test": "grunt test",
"prepublish": "grunt release"
}, },
"devDependencies": { "devDependencies": {
"bower": "^1.3.7", "bower": "^1.3.7",