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 5e7980d commit 6b7cb0dCopy full SHA for 6b7cb0d
.github/workflows/browser-extension.yml
@@ -19,7 +19,7 @@ jobs:
19
cache: 'npm'
20
cache-dependency-path: package-lock.json
21
- run: npm ci --ignore-scripts
22
- - run: npm install @rollup/rollup-linux-x64-gnu
+ - run: npm install @rollup/rollup-linux-x64-gnu @esbuild/linux-x64
23
- run: npm run postinstall --workspace=gitcasso
24
- run: npm run build --workspace=overtype
25
- run: npm run biome
0 commit comments