Skip to content

Commit 2fefd78

Browse files
chore(release): force public access on npm release (#1288)
1 parent 9d2d23b commit 2fefd78

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ship.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ module.exports = {
1616
getTagName: ({ version }) => `${version}`,
1717
conventionalChangelogArgs:
1818
'--config conventional-changelog.config.js --infile CHANGELOG.md --same-file',
19+
publishCommand({ tag }) {
20+
return `npm publish --access public --tag ${tag}`;
21+
},
1922
async versionUpdated({ version, dir }) {
2023
// Update version with lerna
2124
await exec(`lerna version ${version} --no-git-tag-version --no-push --exact --yes`);

0 commit comments

Comments
 (0)