Skip to content

Commit

Permalink
fix publish command (#168)
Browse files Browse the repository at this point in the history
Signed-off-by: Kangrui Ye <kangrui.ye@cloudflight.io>
  • Loading branch information
strawberry-choco authored Dec 13, 2023
1 parent a0d25ae commit 3c5790d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/scripts/publish.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ invariant(actualOutputPath, `Could not find "build.options.outputPath" of projec
process.chdir(actualOutputPath);

// Execute "yarn publish" to publish
execSync(`yarn publish`);
execSync(`yarn npm publish`);

0 comments on commit 3c5790d

Please sign in to comment.