2
0
mirror of https://github.com/tenrok/BBob.git synced 2026-05-15 11:59:37 +03:00

fix: build packages before benchmark

This commit is contained in:
Nikolay Kostyurin
2023-07-24 16:55:38 +02:00
parent 16c737ec6e
commit 43eaa512b9
+1 -1
View File
@@ -22,7 +22,7 @@ jobs:
run: npm ci
- name: Bootstrap dependencies
run: npm run bootstrap
run: npm run build && npm run bootstrap
- name: Run benchmark
run: cd benchmark && npm start