Skip to content

Commit cf725e6

Browse files
committed
workflow: fix build command
1 parent fb9f27d commit cf725e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/release.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ async function main() {
9595
// build package
9696
step('\nBuilding package...');
9797
if (!skipBuild && !isDryRun) {
98-
await run('npm', ['build', '--release']);
98+
await run('npm', ['run', 'build']);
9999
} else {
100100
console.log(`(skipped)`);
101101
}

0 commit comments

Comments
 (0)