Muahahahaha. Or not...
Some checks failed
continuous-integration/drone/tag Build is failing

This commit is contained in:
2023-05-25 13:08:14 -04:00
parent 30c86accf6
commit 34b8cad95f
2 changed files with 3 additions and 1 deletions

View File

@@ -91,6 +91,7 @@ steps:
commands:
- yarn set version stable
- yarn install
- yarn build:production
volumes:
- name: yarnrc
path: /drone/auth/.yarnrc.yml
@@ -125,6 +126,7 @@ steps:
repo: git.mifi.dev/mifi/auth-service
registry: git.mifi.dev
build_args:
MONGO_VERSION: latest
NPM_TOKEN:
from_secret: reg_token
ssh-agent-key:

View File

@@ -1,6 +1,6 @@
{
"name": "@mifi/auth-service",
"version": "1.0.6",
"version": "1.0.7",
"author": "mifi (Mike Fitzpatrick)",
"license": "MIT",
"scripts": {