1
mirror of https://github.com/pure-css/pure synced 2024-11-22 05:32:20 +01:00

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"
},
"scripts": {
"test": "grunt test"
"test": "grunt test",
"prepublish": "grunt release"
},
"devDependencies": {
"bower": "^1.3.7",