We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0ffb01 commit 5e7980dCopy full SHA for 5e7980d
.github/workflows/browser-extension.yml
@@ -18,7 +18,8 @@ jobs:
18
node-version-file: '.nvmrc'
19
cache: 'npm'
20
cache-dependency-path: package-lock.json
21
- - run: npm ci
+ - run: npm ci --ignore-scripts
22
+ - run: npm install @rollup/rollup-linux-x64-gnu
23
- run: npm run postinstall --workspace=gitcasso
24
- run: npm run build --workspace=overtype
25
- run: npm run biome
0 commit comments