Fix drone config

This commit is contained in:
Yarmo Mackenbach 2022-09-21 20:09:40 +02:00
parent 857c5c4fd5
commit 37913c9327
No known key found for this signature in database
GPG key ID: 37367F4AF4087AD1

View file

@ -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: