Skip to content

Commit ee7ab41

Browse files
committed
workflow: fix release script
1 parent 0f7f600 commit ee7ab41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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', '--release']);
9999
} else {
100100
console.log(`(skipped)`);
101101
}

0 commit comments

Comments
 (0)