1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-22 19:02:10 +00:00

fix: Missing Compilation when testing

This commit is contained in:
Florian Bouillon 2024-05-06 01:39:46 +02:00 committed by GitHub
parent 14418b0c94
commit c7b3267ca2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,6 +24,7 @@ jobs:
bun install --frozen-lockfile
cd server
bun install --frozen-lockfile
bun run compile
- name: Validate the data & the server
run: |