Added shortcut for releases

This commit is contained in:
Chris
2015-09-10 14:56:24 +02:00
parent 0906a22faa
commit 262c0bbc9e
+2 -1
View File
@@ -12,7 +12,8 @@
"dist": "npm run copy & webpack --env=dist",
"lint": "eslint ./src",
"copy": "copyfiles -f ./src/index.html ./src/favicon.ico ./dist",
"clean": "rimraf dist/*"
"clean": "rimraf dist/*",
"patch-release": "npm version patch && npm publish && git push --follow-tags"
},
"repository": {
"type": "git",