diff --git a/package.json b/package.json index 4e6086f..ece3ecc 100644 --- a/package.json +++ b/package.json @@ -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",