We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfee834 commit cfdea3fCopy full SHA for cfdea3f
2 files changed
.github/workflows/browser-extension.yml
@@ -6,7 +6,7 @@ on:
6
paths:
7
- 'browser-extension/**'
8
jobs:
9
- lint-and-build:
+ lint-test-and-build:
10
runs-on: ubuntu-latest
11
steps:
12
- uses: actions/checkout@v5
@@ -19,5 +19,7 @@ jobs:
19
working-directory: browser-extension
20
- run: npm run biome
21
22
+ - run: npm test
23
+ working-directory: browser-extension
24
- run: npm run compile
25
browser-extension/README.md
@@ -17,7 +17,7 @@
17
- `npm run biome` - runs `biome check` (lint & formatting)
18
- `npm run biome:fix` - fixes most of what `biome check` finds
- `npm run compile` - typechecking
-- `npm run test` - vitest
+- `npm test` - vitest
### Deployment
- `npm run build` - build for mv3 for most browsers
0 commit comments