We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--dry-run
snapshot
1 parent 790ac5f commit 1f0c58dCopy full SHA for 1f0c58d
packages/release-cli/src/npm_utils.ts
@@ -52,7 +52,7 @@ export const npmExecPublish = ({
52
const dryRunStr = dryRun ? '--dry-run' : '';
53
// TODO: Un-hardcode the tag and dry-run arguments
54
return execSync(
55
- `npm publish ${packageArchivePath} --tag snapshot --access public --dry-run ${otpStr}`,
+ `npm publish ${packageArchivePath} --tag snapshot --access public ${otpStr}`,
56
{ stdio: 'inherit', encoding: 'utf8' }
57
);
58
};
0 commit comments