fix bad commands
Some checks failed
continuous-integration/drone/push Build encountered an error

This commit is contained in:
2023-05-05 09:20:14 -04:00
parent ad9ffc89b5
commit d5f9bc4d05
2 changed files with 2 additions and 2 deletions

View File

@@ -179,7 +179,7 @@ steps:
commands: commands:
- docker compose pull - docker compose pull
- docker compose build --no-cache - docker compose build --no-cache
- docker compose rm --stop . - docker compose rm --stop
- docker compose up --wait - docker compose up --wait
volumes: volumes:
- name: env - name: env

View File

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