Skip to content

Commit

Permalink
ci: make sure pnpm runs post-scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
AriPerkkio committed Jun 1, 2024
1 parent 54571d1 commit 0ce936c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- name: Install & Build
run: |
pnpm install
pnpm prebuild
pnpm build
- name: Test
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/update-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- name: Install & Build
run: |
pnpm install
pnpm prebuild
pnpm build
- name: Push updates
Expand Down

0 comments on commit 0ce936c

Please sign in to comment.