Skip to content

Commit 298278d

Browse files
committed
reorder CI a bit
1 parent c0c667c commit 298278d

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.github/workflows/browser-extension.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
node-version-file: '.nvmrc'
2222
cache: 'pnpm'
2323
- run: pnpm install --frozen-lockfile
24-
- run: pnpm run biome
2524
- run: pnpm test
26-
- run: pnpm run typecheck
25+
- run: pnpm biome
26+
- run: pnpm typecheck

pnpm-lock.yaml

Lines changed: 2 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)