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

This commit is contained in:
XinWei 2024-07-31 16:01:09 +08:00
parent 007117ed00
commit dad6909814

View File

@ -8,8 +8,7 @@ steps:
- name: build-file - name: build-file
path: /build/dist path: /build/dist
commands: commands:
- npm config set registry https://registry.npm.taobao.org/ - npm install --registry=https://registry.npm.taobao.org
- npm install
- npm run build - npm run build
- cp -r dist/. /build/dist - cp -r dist/. /build/dist
# - ls # - ls