Skip to content

Commit efedb78

Browse files
update github action
1 parent f17accf commit efedb78

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/upgrade.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,14 @@ jobs:
2828
working-directory: plugin
2929
run: npx @capacitor/plugin-migration-v6-to-v7@latest
3030

31+
- name: Install PNPM dependencies
32+
run: pnpm install
33+
working-directory: .
34+
35+
- name: Build project
36+
run: pnpm run build
37+
working-directory: .
38+
3139
- name: Build Android
3240
working-directory: plugin/android
3341
run: ./gradlew clean build

0 commit comments

Comments
 (0)