Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit b78a8c8

Browse files
committed
Update release script to specify --access=public
1 parent 3e962a5 commit b78a8c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/publish-release.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -ex
55

66
npm login
77
node ./scripts/npm-access.js
8-
lerna publish
8+
lerna publish -- --access=public
99
git checkout master
1010
git merge develop
1111
git push origin master

0 commit comments

Comments
 (0)