Skip to content

Commit 60199c5

Browse files
committed
fix build
1 parent 71d670e commit 60199c5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ jobs:
2929
run: |
3030
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > .npmrc
3131
- name: Install dependencies
32-
run: npm ci
32+
run: |
33+
npm ci
34+
npm i @rollup/rollup-linux-x64-gnu
3335
- name: Run tests
3436
run: npx lerna run test:e2e --since master
3537
- name: Build packages

0 commit comments

Comments
 (0)