Skip to content

Commit

Permalink
fix(package.json): Corrected the accidental recursive publish in the …
Browse files Browse the repository at this point in the history
…`publish` script.
  • Loading branch information
Anadian committed Jun 27, 2020
1 parent a8ac251 commit d8dce84
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 @@ -9,7 +9,7 @@
"generate-docs": "extract-documentation-comments -I source/main.js -O API.md",
"update-travis-config": "json2yaml --preserve-key-order ci/travis.json .travis.yml",
"release": "standard-version",
"publish": "git push --follow-tags origin master && npm publish"
"publish-release": "git push --follow-tags origin master && npm publish"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit d8dce84

Please sign in to comment.