Skip to content

Commit 1a4bf2a

Browse files
committed
fix(ci): add workaround for npm optional dependencies in frontend
1 parent 0127535 commit 1a4bf2a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
- name: Instalar dependencias (raiz)
2121
run: npm ci
2222

23+
- name: Workaround npm optional deps (rollup linux)
24+
run: npm i --no-save --workspace=frontend @rollup/rollup-linux-x64-gnu
25+
2326
- name: Coverage frontend
2427
run: npm run test:coverage --workspace=frontend
2528

0 commit comments

Comments
 (0)