Skip to content

Commit e9a2b74

Browse files
committed
change npm publish args, scoped packages must be pushed with --access=public
1 parent 89ce553 commit e9a2b74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/publish_release.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ const packages = fs
6565
.filter((name) => fs.lstatSync(path.resolve(argv.packagesDir, name)).isDirectory());
6666
const npmArgs = [
6767
'publish',
68+
'--access=public',
6869
];
6970
if (argv.beta) {
7071
npmArgs.push('--tag', 'beta');

0 commit comments

Comments
 (0)