Skip to content

Commit

Permalink
publish-patch
Browse files Browse the repository at this point in the history
  • Loading branch information
zcfan committed Jul 21, 2017
1 parent a678b80 commit cb0a264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"build-js": "webpack --config ./build/webpack.prod.config.js",
"build-doc": "cp dist/vue-ladda.js docs/",
"test": "karma start",
"publish": "npm run test && npm run build-js && npm run build-doc && git push && npm version patch && git push --tags && npm publish"
"publish-patch": "npm run test && npm run build-js && npm run build-doc && git push && npm version patch && git push --tags && npm publish"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit cb0a264

Please sign in to comment.