Skip to content

Commit 3a811e7

Browse files
committed
Revert "Refactor build command to fix NPM execution error"
This reverts commit 569b69d.
1 parent 569b69d commit 3a811e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/publish-ci/react-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.1",
44
"private": true,
55
"scripts": {
6-
"build": "cd android && chmod +x gradlew && gradlew bundleRelease --no-daemon && cd .. && react-native build-android",
6+
"build": "cd android && chmod +x ./gradlew && ./gradlew bundleRelease --no-daemon && cd .. && react-native build-android",
77
"android": "react-native run-android",
88
"ios": "react-native run-ios",
99
"lint": "eslint .",

0 commit comments

Comments
 (0)