mirror of
https://github.com/wassname/react-webpack-template.git
synced 2026-06-29 06:08:19 +08:00
Added shortcut for releases
This commit is contained in:
+2
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user