Skip to content

Commit

Permalink
[CHKT-986] Enabled pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
semirp committed Feb 8, 2023
1 parent 1a4faf2 commit df52310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"pods": "cd example_0_70_6 && pod-install --quiet",
"bootstrap": "yarn example && yarn && yarn pods",
"build:ios:dev": "react-native bundle --entry-file='index.js' --bundle-output='./example_0_70_6/ios/main.jsbundle' --dev=true --platform='ios'",
"build:ios:release": "react-native bundle --entry-file='index.js' --bundle-output='/example_0_70_6/ios/main.jsbundle' --dev=false --platform='ios'"
"build:ios:release": "react-native bundle --entry-file='index.js' --bundle-output='./example_0_70_6/ios/main.jsbundle' --dev=false --platform='ios'"
},
"keywords": [
"react-native",
Expand Down

0 comments on commit df52310

Please sign in to comment.