Skip to content

Commit 9a13dd0

Browse files
committed
fix: alt publish
1 parent 146577b commit 9a13dd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/rollout/command.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ async function npmPublish(
122122
await runLifecycle('prepublishOnly', pkgJson);
123123

124124
// do this after lifecycle scripts in case they clean the publishDir
125-
await createAltPublishDir({ outDir: publishDir });
125+
await createAltPublishDir({ publishDir });
126126
}
127127
if (otp) {
128128
args.push('--otp', otp);

0 commit comments

Comments
 (0)