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.
1 parent 146577b commit 9a13dd0Copy full SHA for 9a13dd0
packages/rollout/command.js
@@ -122,7 +122,7 @@ async function npmPublish(
122
await runLifecycle('prepublishOnly', pkgJson);
123
124
// do this after lifecycle scripts in case they clean the publishDir
125
- await createAltPublishDir({ outDir: publishDir });
+ await createAltPublishDir({ publishDir });
126
}
127
if (otp) {
128
args.push('--otp', otp);
0 commit comments