修改打包配置

This commit is contained in:
孙小云 2026-03-26 13:55:49 +08:00
parent 60e6d64a53
commit 44ed57622b
1 changed files with 2 additions and 2 deletions

View File

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