DEV打包配置
This commit is contained in:
parent
857ccd4e70
commit
20c03117b6
|
|
@ -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-dev: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-dev: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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue