Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
Fix deploy if-present flags (#509)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebailey authored Jun 26, 2024
1 parent 241a44b commit e2029e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
- name: Install and test
run: |
pnpm install
pnpm run build --if-present
pnpm run test --if-present
pnpm run --if-present build
pnpm run --if-present test
- name: Bundle
run: pnpm run bundle
Expand Down

0 comments on commit e2029e3

Please sign in to comment.