Skip to content

Commit

Permalink
fix: build script
Browse files Browse the repository at this point in the history
  • Loading branch information
linonetwo committed Nov 4, 2024
1 parent 9096df2 commit c67f02d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-aab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ jobs:
- name: Build tw plugins & scripts
run: |
cd plugins && pnpm i && cd ..
pnpm run build:plugin
pnpm run build:preload
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ jobs:
- name: Build tw plugins & scripts
run: |
cd plugins && pnpm i && cd ..
pnpm run build:plugin
pnpm run build:preload
Expand Down

0 comments on commit c67f02d

Please sign in to comment.