Skip to content

Commit fec2a44

Browse files
committed
chore(release): always publish w/ access=public
1 parent 0082a39 commit fec2a44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release/enact-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ set -ex
1313

1414
for package in ./deploy/*
1515
do
16-
npm publish ${package}
16+
npm publish --access public ${package}
1717
done
1818

1919
# Always log out of npm when publish is complete.

0 commit comments

Comments
 (0)