Skip to content

Commit c1a07da

Browse files
authored
Refactor npm publish command (#536)
1 parent 3d6289d commit c1a07da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release/utils/npm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ async function publishPackage(pkg, releaseType) {
3939
* Default publish args
4040
*/
4141

42-
let args = ['publish'];
42+
let args = ['publish', '--access', 'public'];
4343

4444
/**
4545
* Ensure prereleases are tagged with the `next` tag

0 commit comments

Comments
 (0)