Skip to content

Commit

Permalink
Skip build if no build present
Browse files Browse the repository at this point in the history
  • Loading branch information
flenter committed Jun 5, 2024
1 parent c1b3f52 commit 03c7f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_frontends.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@
run: npm run lint:ci --workspaces

- name: Build all workspaces
run: npm run build --workspaces
run: npm run build --workspaces --if-present

0 comments on commit 03c7f9d

Please sign in to comment.