File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -95,12 +95,12 @@ jobs:
9595 - name : Package AAR with the Brownfield CLI
9696 run : |
9797 cd apps/RNApp
98- node ../../packages/react-native-brownfield/lib/commonjs/ cli/index.js package:android --module-name :BrownfieldLib --variant release
98+ node ../../packages/cli/dist /index.js package:android --module-name :BrownfieldLib --variant release
9999
100100 - name : Publish AAR artifact to Maven Local
101101 run : |
102102 cd apps/RNApp
103- node ../../packages/react-native-brownfield/lib/commonjs/ cli/index.js publish:android --module-name :BrownfieldLib
103+ node ../../packages/cli/dist /index.js publish:android --module-name :BrownfieldLib
104104
105105 - name : Verify debug AAR exists in Maven Local
106106 run : stat ~/.m2/repository/com/rnapp/brownfieldlib/0.0.1-local/brownfieldlib-0.0.1-local-debug.aar
@@ -176,7 +176,7 @@ jobs:
176176 - name : Package iOS framework with the Brownfield CLI
177177 run : |
178178 cd apps/RNApp
179- node ../../packages/react-native-brownfield/lib/commonjs/ cli/index.js package:ios --scheme BrownfieldLib --configuration Release --sdk iphonesimulator
179+ node ../../packages/cli/dist/ index.js package:ios --scheme BrownfieldLib --configuration Release
180180
181181 # == AppleApp ==
182182
You can’t perform that action at this time.
0 commit comments