pad_stick_doc/.drone.yml
taoya7 794190570c
All checks were successful
continuous-integration/drone Build is passing
init
2022-05-11 10:53:11 +08:00

16 lines
269 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 docs:build