Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Commit 1bdc54e

Browse files
committed
re-enable bob build and patch-dev
1 parent 9d5db35 commit 1bdc54e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,11 @@
3434
"typecheck": "tsc --noEmit",
3535
"lint": "eslint \"**/*.{js,ts,tsx}\"",
3636
"clean": "del-cli android/build example/android/build example/android/app/build example/ios/build lib",
37-
"postinstall": "yarn patch-dev",
37+
"prepare": "bob build",
3838
"release": "release-it",
3939
"patch": "node src/patch.js",
40-
"patch-dev": "node src/patch-dev.js"
40+
"patch-dev": "node src/patch-dev.js",
41+
"postinstall": "yarn patch-dev"
4142
},
4243
"keywords": [
4344
"react-native",

0 commit comments

Comments
 (0)