Skip to content

Commit

Permalink
fix(js): add missing --tag flag to the publish command (#10014)
Browse files Browse the repository at this point in the history
  • Loading branch information
nartc authored and FrozenPandaz committed Apr 28, 2022
1 parent fefcf7d commit c1950c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/js/src/utils/minimal-publish-script.ts
Expand Up @@ -62,7 +62,7 @@ try {
}
// Execute "npm publish" to publish
execSync(\`npm publish --access public\`);
execSync(\`npm publish --access public --tag \${tag}\`);
`;

export function addMinimalPublishScript(tree: Tree) {
Expand Down

0 comments on commit c1950c1

Please sign in to comment.