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

This commit is contained in:
XinWei 2024-07-29 15:51:08 +08:00
parent aac00eb3dd
commit 9aedd854bc

View File

@ -8,13 +8,14 @@ steps:
- name: build-file - name: build-file
path: /root/crm-build/dist # 容器内路径 path: /root/crm-build/dist # 容器内路径
host: host:
path: /dist # 宿主机路径 path: /build/dist # 宿主机路径
commands: commands:
- npm install - npm install
- npm run build - npm run build
- ls - cp -r dist /build
- cd dist # - ls
- ls # - cd dist
# - ls
#- name: test #- name: test
# image: node:16.18.1 # image: node:16.18.1