vite-start/.drone.yml
陶林 7113189db4
Some checks failed
continuous-integration/drone Build is failing
更新 '.drone.yml'
2022-05-09 15:40:02 +08:00

17 lines
265 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
- npm install -g nrm
- nrm ls
- nrm use taobao
- npm i
- npm run build