Skip to content

Commit 2d045b5

Browse files
authored
fix(npm): Publish new packages with public access (#2795)
1 parent 4d951cc commit 2d045b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ship.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default {
1717
packagesToPublish: packages,
1818
},
1919
publishCommand({ tag }) {
20-
return `npm publish --tag ${tag}`;
20+
return `npm publish --tag ${tag} --access public`;
2121
},
2222
versionUpdated({ exec, dir, version }) {
2323
// Update package dependencies

0 commit comments

Comments
 (0)