We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb9f27d commit cf725e6Copy full SHA for cf725e6
1 file changed
scripts/release.js
@@ -95,7 +95,7 @@ async function main() {
95
// build package
96
step('\nBuilding package...');
97
if (!skipBuild && !isDryRun) {
98
- await run('npm', ['build', '--release']);
+ await run('npm', ['run', 'build']);
99
} else {
100
console.log(`(skipped)`);
101
}
0 commit comments