mirror of
https://github.com/Lifeforge-app/lifeforge.git
synced 2026-06-28 06:46:24 +00:00
ci: add steps to initialize server and client routes and schema in build workflow
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -25,6 +25,9 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: bun upgrade && bun install --linker isolated
|
||||
|
||||
- name: Initialize server with routes and schema
|
||||
run: bun run forge chores setup-server-schema-and-routes
|
||||
|
||||
- name: Type check server
|
||||
run: bun run forge types server
|
||||
|
||||
@@ -47,6 +50,9 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: bun upgrade && bun install --linker isolated
|
||||
|
||||
- name: Initialize client with routes and schema
|
||||
run: bun run forge chores setup-client-schema-and-routes
|
||||
|
||||
- name: Build client
|
||||
run: bun run forge build client
|
||||
|
||||
|
||||
Reference in New Issue
Block a user