DEV打包配置

This commit is contained in:
孙小云 2026-03-26 13:54:28 +08:00
parent 857ccd4e70
commit 20c03117b6
1 changed files with 2 additions and 2 deletions

View File

@ -121,7 +121,7 @@ repositories:
type: nodejs
build_commands:
- pnpm install
- pnpm run build-prod:hyf
- pnpm run build-dev:hyf
artifact_path: apps/tuoheng_hyf_web/dist
docker_path: docker/a_th_web/html/dist
docker_service: ruoyi-hyf
@ -132,7 +132,7 @@ repositories:
type: nodejs
build_commands:
- pnpm install
- pnpm run build-prod:hxf
- pnpm run build-dev:hxf
artifact_path: apps/tuoheng_hxf_web/dist
docker_path: docker/b_th_web/html/dist
docker_service: ruoyi-hxf