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

This commit is contained in:
陶林 2022-05-11 10:53:11 +08:00
parent f3496ff9d0
commit 794190570c

15
.drone.yml Normal file
View File

@ -0,0 +1,15 @@
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