Skip to content

Commit

Permalink
Merge pull request #88 from ssciwr/build
Browse files Browse the repository at this point in the history
make sure pnpm build works in frontend CI
  • Loading branch information
lkeegan authored Sep 25, 2024
2 parents 8366926 + 5f4ac5b commit 3ae8dba
Showing 1 changed file with 1 addition 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 @@ -24,6 +24,7 @@ jobs:
cache: 'pnpm'
cache-dependency-path: frontend/pnpm-lock.yaml
- run: pnpm install
- run: pnpm build
- run: pnpm run test
- uses: codecov/codecov-action@v4
with:
Expand Down

0 comments on commit 3ae8dba

Please sign in to comment.