'init'
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
XinWei 2024-07-29 16:46:21 +08:00
parent fbe3d7c430
commit f9030082fe

View File

@ -6,9 +6,9 @@ steps:
image: node:16.18.1 image: node:16.18.1
volumes: volumes:
- name: build-file - name: build-file
path: /root/crm-build/dist # 容器内路径 path: /build/dist # 容器内路径
host: host:
path: /build/dist # 宿主机路径 path: /root/crm-build/dist # 宿主机路径
commands: commands:
- npm install - npm install
- npm run build - npm run build