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

Commit 0dd1f96

Browse files
committed
remove dev postinstall
1 parent f9dc57d commit 0dd1f96

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@
3232
"lint": "eslint \"**/*.{js,ts,tsx}\"",
3333
"clean": "del-cli android/build example/android/build example/android/app/build example/ios/build lib",
3434
"prepare": "bob build",
35-
"release": "release-it",
36-
"postinstall": "./react_native_renderer_patch_dev.sh"
35+
"release": "release-it"
3736
},
3837
"keywords": [
3938
"react-native",

0 commit comments

Comments
 (0)