Skip to content
This repository was archived by the owner on Mar 22, 2022. It is now read-only.

Commit 7e6c427

Browse files
committed
Fix a mistake in the publishing script
1 parent af09eb4 commit 7e6c427

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@
2727
},
2828
"scripts": {
2929
"start": "node example/app",
30-
"publish": "git push origin && git push origin --tags --access public",
30+
"publish": "git push origin && git push origin --tags",
3131
"release:patch": "npm version patch && npm publish --access public",
3232
"release:minor": "npm version minor && npm publish --access public",
3333
"release:major": "npm version major && npm publish --access public",
34-
"release:pre": "npm publish --tag pre",
34+
"release:pre": "npm publish --tag pre --access public",
3535
"changelog": "github_changelog_generator && git add CHANGELOG.md && git commit -am \"Updating changelog\"",
3636
"lint": "semistandard --fix",
3737
"mocha": "mocha --opts mocha.opts",

0 commit comments

Comments
 (0)