Skip to content

Commit 5e7980d

Browse files
committed
another CI fixup.
1 parent b0ffb01 commit 5e7980d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/browser-extension.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ jobs:
1818
node-version-file: '.nvmrc'
1919
cache: 'npm'
2020
cache-dependency-path: package-lock.json
21-
- run: npm ci
21+
- run: npm ci --ignore-scripts
22+
- run: npm install @rollup/rollup-linux-x64-gnu
2223
- run: npm run postinstall --workspace=gitcasso
2324
- run: npm run build --workspace=overtype
2425
- run: npm run biome

0 commit comments

Comments
 (0)