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
|
||||
|
||||
steps:
|
||||
- name: prepare
|
||||
image: node
|
||||
commands:
|
||||
- yarn
|
||||
- yarn run prepare
|
||||
- name: publish on npm
|
||||
image: plugins/npm
|
||||
settings:
|
||||
|
|
Loading…
Reference in a new issue