Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
aabedraba committed Oct 27, 2024
1 parent 71d670e commit 60199c5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ jobs:
run: |
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > .npmrc
- name: Install dependencies
run: npm ci
run: |
npm ci
npm i @rollup/rollup-linux-x64-gnu
- name: Run tests
run: npx lerna run test:e2e --since master
- name: Build packages
Expand Down

0 comments on commit 60199c5

Please sign in to comment.