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 978a36b commit b534ea4Copy full SHA for b534ea4
.github/workflows/browser-extension.yml
@@ -11,13 +11,15 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v5
14
+ with:
15
+ submodules: recursive
16
- uses: actions/setup-node@v5
17
with:
18
node-version-file: '.nvmrc'
19
cache: 'npm'
- cache-dependency-path: browser-extension/package-lock.json
20
+ cache-dependency-path: package-lock.json
21
- run: npm ci
- working-directory: browser-extension
22
+ - run: npm run build --workspace=overtype
23
- run: npm run biome
24
working-directory: browser-extension
25
- run: npm test
0 commit comments