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

This commit is contained in:
XinWei 2024-07-31 15:45:43 +08:00
parent fdc4baccc2
commit 007117ed00

View File

@ -3,11 +3,12 @@ name: default
steps: steps:
- name: build - name: build
image: node:16.18.1 image: node:16.20.2
volumes: volumes:
- 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 - npm install
- npm run build - npm run build
- cp -r dist/. /build/dist - cp -r dist/. /build/dist