Skip to content

Commit 698bf40

Browse files
committed
fix: bob-build tries to build IOS buit on windows machine and doesnt even build windows
1 parent c87bd8f commit 698bf40

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
@@ -45,6 +45,7 @@
4545
"lint": "eslint \"**/*.{js,ts,tsx}\"",
4646
"clean": "del-cli android/build example/android/build example/android/app/build example/ios/build lib",
4747
"prepare": "bob build",
48+
"codegen": "react-native codegen-windows",
4849
"release": "release-it"
4950
},
5051
"keywords": [
@@ -163,7 +164,6 @@
163164
"source": "src",
164165
"output": "lib",
165166
"targets": [
166-
"codegen",
167167
[
168168
"module",
169169
{

0 commit comments

Comments
 (0)