Add a custom release NPM script.

This commit is contained in:
Hyunje Alex Jun 2015-10-03 21:50:46 +09:00
parent 66fd8bfd6a
commit fd53ae0b48

View File

@ -43,7 +43,8 @@
},
"scripts": {
"test": "gulp",
"before-deploy": "gulp && gulp compress"
"before-deploy": "gulp && gulp compress",
"release": "rm -rf dist && gulp && npm publish"
},
"license": "MIT"
}