This commit is contained in:
parent
f3496ff9d0
commit
794190570c
15
.drone.yml
Normal file
15
.drone.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user