Skip to content

Commit b2807d0

Browse files
committed
chore(ci): use prepublishOnly instead of prepare
1 parent f56a25d commit b2807d0

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
@@ -7,7 +7,7 @@
77
"module": "./dist/react-native.js",
88
"types": "./dist/react-native.d.ts",
99
"scripts": {
10-
"prepare": "bun run build",
10+
"prepublishOnly": "bun run build",
1111
"semantic-release": "semantic-release",
1212
"build": "rozenite build",
1313
"dev": "rozenite dev"

0 commit comments

Comments
 (0)