This commit is contained in:
parent
b21bbe9912
commit
c17dceb97d
1 changed files with 3 additions and 3 deletions
|
@ -24,13 +24,13 @@ jobs:
|
|||
run: curl -fsSL https://bun.sh/install | bash
|
||||
|
||||
- name: Install app dependencies
|
||||
run: bun install
|
||||
run: ~/.bun/bin/bun install
|
||||
|
||||
- name: Build project app
|
||||
run: bun run build-prod
|
||||
run: ~/.bun/bin/bun run build-prod
|
||||
|
||||
- name: Capacitor sync
|
||||
run: bunx cap sync
|
||||
run: ~/.bun/bin/bunx cap sync
|
||||
|
||||
- name: Bump version
|
||||
uses: https://github.com/chkfung/android-version-actions@v1.2.2
|
||||
|
|
Loading…
Add table
Reference in a new issue