Skip to content

Commit c5bc3bb

Browse files
committed
fix: add build
1 parent 1e92f22 commit c5bc3bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/benchmarks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: supercharge/[email protected]
3232
with:
3333
mongodb-port: 27019
34-
- name: Test
35-
run: npm run test
34+
- name: Build
35+
run: npm run build:ts
3636
- name: Benchmark
3737
run: npm run check:bench

0 commit comments

Comments
 (0)