We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 569b69d commit 3a811e7Copy full SHA for 3a811e7
examples/publish-ci/react-native/package.json
@@ -3,7 +3,7 @@
3
"version": "0.0.1",
4
"private": true,
5
"scripts": {
6
- "build": "cd android && chmod +x gradlew && gradlew bundleRelease --no-daemon && cd .. && react-native build-android",
+ "build": "cd android && chmod +x ./gradlew && ./gradlew bundleRelease --no-daemon && cd .. && react-native build-android",
7
"android": "react-native run-android",
8
"ios": "react-native run-ios",
9
"lint": "eslint .",
0 commit comments