forked from Mirrors/doipjs
Fix drone config
This commit is contained in:
parent
857c5c4fd5
commit
37913c9327
1 changed files with 5 additions and 0 deletions
|
@ -21,6 +21,11 @@ kind: pipeline
|
||||||
name: publish-npm
|
name: publish-npm
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: prepare
|
||||||
|
image: node
|
||||||
|
commands:
|
||||||
|
- yarn
|
||||||
|
- yarn run prepare
|
||||||
- name: publish on npm
|
- name: publish on npm
|
||||||
image: plugins/npm
|
image: plugins/npm
|
||||||
settings:
|
settings:
|
||||||
|
|
Loading…
Reference in a new issue