💚 fix CI script
add route syncronization before compiling
This commit is contained in:
@ -10,6 +10,7 @@ build_app:
|
||||
image: oven/bun:${BUN_VERSION}
|
||||
script:
|
||||
- bun i
|
||||
- bun run route:sync
|
||||
- bun build --compile --minify-whitespace --minify-syntax --target bun --outfile "server-compiled" ./src/index.ts
|
||||
artifacts:
|
||||
paths:
|
||||
|
||||
Reference in New Issue
Block a user