Skip to content

Commit 2a7871e

Browse files
fix: remove postinstall script before publish
1 parent dcbd661 commit 2a7871e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.releaserc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[
88
"@semantic-release/exec",
99
{
10-
"prepareCmd": "npm pkg set version=${nextRelease.version} && npm pkg delete postinstall && bun pm pack"
10+
"prepareCmd": "npm pkg set version=${nextRelease.version} && npm pkg delete scripts.postinstall && bun pm pack"
1111
}
1212
],
1313
[

0 commit comments

Comments
 (0)