Skip to content

Commit

Permalink
fix: semantic-release publish cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
luthfimasruri committed Mar 29, 2021
1 parent 8422c91 commit 9f85fa7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/vue-quill/.releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
[
"@semantic-release/exec",
{
"prepareCmd": "npx ts-node ../../scripts/build.ts --nextVersion ${nextRelease.version}"
"prepareCmd": "npx ts-node ../../scripts/build.ts --nextVersion ${nextRelease.version}",
"publishCmd": "npx ts-node ../../scripts/build.ts --nextVersion ${nextRelease.version}"
}
],
"@semantic-release/npm",
Expand Down

0 comments on commit 9f85fa7

Please sign in to comment.