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

Commit 1696fea

Browse files
committed
Add npm scope publishing access
1 parent c0fefc8 commit 1696fea

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727
},
2828
"scripts": {
2929
"start": "node example/app",
30-
"publish": "git push origin && git push origin --tags",
31-
"release:patch": "npm version patch && npm publish",
32-
"release:minor": "npm version minor && npm publish",
33-
"release:major": "npm version major && npm publish",
30+
"publish": "git push origin && git push origin --tags --access public",
31+
"release:patch": "npm version patch && npm publish --access public",
32+
"release:minor": "npm version minor && npm publish --access public",
33+
"release:major": "npm version major && npm publish --access public",
3434
"release:pre": "npm publish --tag pre",
3535
"changelog": "github_changelog_generator && git add CHANGELOG.md && git commit -am \"Updating changelog\"",
3636
"lint": "semistandard --fix",

0 commit comments

Comments
 (0)