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 b534ea4 commit b0ffb01Copy full SHA for b0ffb01
.github/workflows/browser-extension.yml
@@ -19,6 +19,7 @@ jobs:
19
cache: 'npm'
20
cache-dependency-path: package-lock.json
21
- run: npm ci
22
+ - run: npm run postinstall --workspace=gitcasso
23
- run: npm run build --workspace=overtype
24
- run: npm run biome
25
working-directory: browser-extension
0 commit comments