Skip to content

Commit 181dae8

Browse files
committed
fix: prepare command
1 parent 1465806 commit 181dae8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vue-quill/.releaserc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
[
1919
"@semantic-release/exec",
2020
{
21-
"prepareCmd": "npm run build -- --nextVersion ${nextRelease.version}"
21+
"prepareCmd": "node ../../scripts/build.js --nextVersion ${nextRelease.version}"
2222
}
2323
],
2424
"@semantic-release/npm",

0 commit comments

Comments
 (0)