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

18 lines
293 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 install -g pnpm
- pnpm i
- pnpm run build