Skip to content

Commit

Permalink
Merge pull request #530 from Tradeshift/elkin/fix-build
Browse files Browse the repository at this point in the history
Install dependencies before bootstrap in GHA
  • Loading branch information
Jesper Terkelsen authored Jun 27, 2023
2 parents 7681d86 + 1fdacfe commit 6bdc3ee
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ jobs:
with:
node-version: 16

- name: 📥 Download
- name: 📥 Download dependencies
run: npm ci

- name: Bootstrap monorepo
run: npm run lerna:bootstrap:ci

- name: ▶️ Lint and build
Expand Down

0 comments on commit 6bdc3ee

Please sign in to comment.