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