💚 fix CI script

add route syncronization before compiling
This commit is contained in:
Rafi Arrafif
2025-07-18 23:04:28 +07:00
parent 0353c180e7
commit 8eb68cf0ba

View File

@ -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: