Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
asafdl committed Nov 13, 2024
1 parent 62cba40 commit cd0fa89
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ jobs:
run: npm run build

- name: Run Build workspaces
run: npm run build:ws
run: |
npm ci --workspaces
npm run build:ws
- name: Require Build in PR
run: |
Expand Down

0 comments on commit cd0fa89

Please sign in to comment.