2 Commits

Author SHA1 Message Date
7b77df0c4c v0.0.13 - fixed triggers perhaps...
Some checks failed
continuous-integration/drone/push Build encountered an error
2023-05-05 08:32:17 -04:00
8ee5d627aa Resolving stupid errors
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-05 08:21:02 -04:00
2 changed files with 5 additions and 4 deletions

View File

@@ -63,7 +63,6 @@ trigger:
event: event:
- pull_request - pull_request
- push - push
- tag
--- ---
kind: pipeline kind: pipeline
@@ -156,12 +155,13 @@ volumes:
path: /volume1/docker/grow/labs-auth/.npmrc path: /volume1/docker/grow/labs-auth/.npmrc
depends_on: depends_on:
- Build Pipeline - Test Pipeline
trigger: trigger:
branch: branch:
- main - main
event: event:
- push
- tag - tag
--- ---
@@ -217,10 +217,11 @@ volumes:
path: /volume1/docker/labs/grow-auth/.env path: /volume1/docker/labs/grow-auth/.env
depends_on: depends_on:
- Build Pipeline - Test Pipeline
trigger: trigger:
branch: branch:
- main - main
event: event:
- push
- tag - tag

View File

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