Skip to content

Commit 65574df

Browse files
committed
fix(ci): build extension with esbuild before running tests
1 parent 2a90572 commit 65574df

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
- name: Typecheck
2929
run: npx tsc --noEmit
3030

31+
- name: Build extension
32+
run: npm run compile
33+
3134
- name: Run tests
3235
run: xvfb-run -a npm test
3336

0 commit comments

Comments
 (0)