chore: add build server

This commit is contained in:
Mauricio Siu
2024-10-07 01:16:59 -06:00
parent 25a64c703f
commit 38c4e0ede1
2 changed files with 2 additions and 21 deletions

View File

@@ -18,6 +18,7 @@ jobs:
node-version: 18.18.0
cache: "pnpm"
- run: pnpm install --frozen-lockfile
- run: pnpm run server:build
- run: pnpm biome ci
- run: pnpm typecheck
@@ -32,6 +33,7 @@ jobs:
node-version: 18.18.0
cache: "pnpm"
- run: pnpm install --frozen-lockfile
- run: pnpm run server:build
- run: pnpm build
parallel-tests: