Skip to content

Commit

Permalink
workflow: fix build command
Browse files Browse the repository at this point in the history
  • Loading branch information
hujiulong committed Jun 14, 2022
1 parent fb9f27d commit cf725e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ async function main() {
// build package
step('\nBuilding package...');
if (!skipBuild && !isDryRun) {
await run('npm', ['build', '--release']);
await run('npm', ['run', 'build']);
} else {
console.log(`(skipped)`);
}
Expand Down

0 comments on commit cf725e6

Please sign in to comment.