Skip to content

Commit

Permalink
ci workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
asafdl committed Nov 13, 2024
1 parent 72f5a6d commit 56232b9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/actions/install-deps/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ runs:

- name: Install Deps
shell: bash
run: npm ci --workspaces
run: |
npm ci
npm ci --workspaces

0 comments on commit 56232b9

Please sign in to comment.