1
mirror of https://github.com/pure-css/pure synced 2025-03-25 15:12:45 +01:00

adding prepublish step

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

@ -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",