Skip to content

Commit f3e02da

Browse files
committed
fix: remove redundant exit 1 from prepublishOnly
1 parent 55333c6 commit f3e02da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"typecheck": "tsc --noEmit",
2020
"lint": "biome check .",
2121
"format": "biome format --write .",
22-
"prepublishOnly": "bunx @sylphx/doctor prepublish && echo 'Use CI to publish' && exit 1",
22+
"prepublishOnly": "bunx @sylphx/doctor prepublish",
2323
"test": "bun test"
2424
},
2525
"keywords": [

0 commit comments

Comments
 (0)