Skip to content

Commit

Permalink
fix: remove postinstall script before publish
Browse files Browse the repository at this point in the history
  • Loading branch information
SunsetTechuila committed Sep 8, 2024
1 parent dcbd661 commit 2a7871e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[
"@semantic-release/exec",
{
"prepareCmd": "npm pkg set version=${nextRelease.version} && npm pkg delete postinstall && bun pm pack"
"prepareCmd": "npm pkg set version=${nextRelease.version} && npm pkg delete scripts.postinstall && bun pm pack"
}
],
[
Expand Down

0 comments on commit 2a7871e

Please sign in to comment.