File tree Expand file tree Collapse file tree 5 files changed +11
-9
lines changed Expand file tree Collapse file tree 5 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 1515 build :
1616 strategy :
1717 matrix :
18- os : [windows-latest, ubuntu-latest, macos-latest ]
18+ os : [windows-latest, ubuntu-latest]
1919 runs-on : ${{ matrix.os }}
2020
2121 steps :
3737 run : npm install --workspace=capacitor-plugin
3838
3939 - name : Build capacitor-plugin
40- run : npm run build --workspace= capacitor-plugin
40+ run : npm run capacitor-plugin-build
4141
4242 - name : Install web dependencies
4343 run : npm install --workspace=web
Original file line number Diff line number Diff line change @@ -59,22 +59,24 @@ jobs:
5959 run : npm install --workspace=capacitor-plugin
6060
6161 - name : Build capacitor-plugin
62- run : npm run build --workspace= capacitor-plugin
62+ run : npm run capacitor-plugin-build
6363
6464 - name : Install web dependencies
6565 run : npm install --workspace=web
66+
67+ - name : Build Web App
68+ run : npm run web-build
6669
6770 - name : Install mobile dependencies
6871 run : npm install --workspace=mobile
6972
70- - name : Build Web App
71- run : npm run build --workspace=web
72-
7373 - name : Change Android Project Permission
7474 run : chmod +x mobile/android/gradlew
7575
7676 - name : Sync Capacitor App
7777 run : npx cap sync
78+ working-directory : mobile
7879
7980 - name : Build Capacitor App
8081 run : npx cap build android --keystorepath .keystore/keystore.jks --keystorepass ${{ secrets.ANDROID_KEYSTORE_PASS }} --androidreleasetype APK
82+ working-directory : mobile
Original file line number Diff line number Diff line change 3232 run : npm install --workspace=capacitor-plugin
3333
3434 - name : Build capacitor-plugin
35- run : npm run build --workspace= capacitor-plugin
35+ run : npm run capacitor-plugin-build
3636
3737 - name : Install web dependencies
3838 run : npm install --workspace=web
Original file line number Diff line number Diff line change 11ext {
2- minSdkVersion = 22
2+ minSdkVersion = 23
33 compileSdkVersion = 35
44 targetSdkVersion = 35
55 androidxActivityVersion = ' 1.8.0'
Original file line number Diff line number Diff line change 2323 "shared-utils-build" : " npm run build --workspace=npm-packages/shared-utils" ,
2424 "cli-dev" : " npm run dev --workspace=cli" ,
2525 "cli-build" : " npm run build --workspace=cli" ,
26- "capacitor-plugin-build" : " npm run verify:android --workspace=capacitor-plugin"
26+ "capacitor-plugin-build" : " npm run build --workspace=capacitor-plugin"
2727 },
2828 "devDependencies" : {
2929 "@changesets/cli" : " ^2.29.4"
You can’t perform that action at this time.
0 commit comments