Merge pull request #383 from omnivore-app/fix/github-action

fix github action exit without output
This commit is contained in:
Jackson Harper 2022-04-05 09:38:39 -07:00 committed by GitHub
commit ef4e243f87
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -85,4 +85,4 @@ jobs:
with:
fetch-depth: 0
- name: Build the API docker image
run: 'docker build --file packages/api/Dockerfile .'
run: 'docker build --file packages/api/Dockerfile .'

View file

@ -8,7 +8,7 @@
],
"license": "UNLICENSED",
"scripts": {
"test": "lerna run test --ignore @omnivore/web",
"test": "lerna run --no-bail test --ignore @omnivore/web",
"lint": "lerna run lint --ignore @omnivore/web",
"build": "lerna run build --ignore @omnivore/web",
"bootstrap": "lerna bootstrap",