diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6abeb5c..c4a29d1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: