Skip to content

Commit

Permalink
ci: ensure CI builds everything
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvxd committed May 31, 2024
1 parent bcb81cb commit fcead53
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,9 @@ jobs:
exit 1
fi
- name: Build Puck
- name: Build everything
run: |
yarn build --scope @measured/puck --no-deps
- name: Build recipe/next
run: |
yarn build --scope next-recipe --no-deps
- name: Build recipe/remix
run: |
yarn build --scope remix-recipe --no-deps
yarn build
- name: Check for build failures
run: |
Expand Down

0 comments on commit fcead53

Please sign in to comment.