Skip to content

Commit b998744

Browse files
committed
Add --access public param in npm publish
1 parent b17d923 commit b998744

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"release": "standard-version",
1818
"test": "cypress run",
1919
"test:open": "cypress open",
20-
"projectPublish": "git push --follow-tags origin master && npm publish"
20+
"projectPublish": "git push --follow-tags origin master && npm publish --access public"
2121
},
2222
"repository": {
2323
"type": "git",

0 commit comments

Comments
 (0)