Skip to content

Commit

Permalink
fix: prepare command
Browse files Browse the repository at this point in the history
  • Loading branch information
luthfimasruri committed Mar 28, 2021
1 parent 1465806 commit 181dae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vue-quill/.releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
[
"@semantic-release/exec",
{
"prepareCmd": "npm run build -- --nextVersion ${nextRelease.version}"
"prepareCmd": "node ../../scripts/build.js --nextVersion ${nextRelease.version}"
}
],
"@semantic-release/npm",
Expand Down

0 comments on commit 181dae8

Please sign in to comment.