This commit is contained in:
2023-05-04 21:30:25 -04:00
parent ac5c09b7da
commit ff5f88588e

View File

@@ -105,6 +105,16 @@ steps:
commands: commands:
- yarn install - yarn install
- yarn build - yarn build
- name: NPM Auth
image: robertstettner/drone-npm-auth
settings:
username: joebloggs
from_secret: registry_username
password: mypass
from_secret: registry_password
email: mike@fitz.guru
registry: https://git.mifi.dev
scope: mifi
- name: Publish NPM - name: Publish NPM
image: plugins/npm image: plugins/npm
failure: ignore failure: ignore