Skip to content

Commit

Permalink
ci: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
minenwerfer committed Jun 12, 2024
1 parent b926260 commit afbf738
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
run: npm install
- name: Build packages
run: |
npm --workspace=api run build
npm --workspace=api run build:icons
npm --workspace=web run build:ci
(cd api; npm run build)
(cd api; npm run build:icons)
(cd web; npm run build:ci)

0 comments on commit afbf738

Please sign in to comment.