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

Commit 9d5db35

Browse files
committed
re-enable dev
1 parent 1cf625f commit 9d5db35

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
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 run react-native-patch",
37+
"postinstall": "yarn patch-dev",
3838
"release": "release-it",
3939
"patch": "node src/patch.js",
4040
"patch-dev": "node src/patch-dev.js"

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11053,7 +11053,7 @@ __metadata:
1105311053
react: "*"
1105411054
react-native: "*"
1105511055
bin:
11056-
react-native-patch: src/patch-dev.js
11056+
react-native-patch: src/patch.js
1105711057
languageName: unknown
1105811058
linkType: soft
1105911059

0 commit comments

Comments
 (0)