vite-start/.drone.yml
taoya7 22cd5dafa7
Some checks failed
continuous-integration/drone Build is failing
ci
2022-05-07 19:58:59 +08:00

18 lines
294 B
YAML

kind: pipeline
type: docker
name: 构建任务
steps:
- name: 编译文件
image: node:16.13.1
pull: if-not-exists # always never
commands:
- node -v
- npm -v
- yarn --version
- npm install -g nrm
- nrm ls
- nrm use taobao
- yarn install
- yarn run build