1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 01:47:00 +01:00

ci - fix yarn-audit (#12738)

* ci/yarn-audit - ensure error propagation

* ci/yarn-audit - ensure dependencies are installed first
This commit is contained in:
kumavis 2021-11-18 10:57:47 -10:00 committed by GitHub
parent 2c6fb06114
commit f5f2f38ea5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -25,7 +25,9 @@ workflows:
only:
- /^Version-v(\d+)[.](\d+)[.](\d+)/
- prep-deps
- test-deps-audit
- test-deps-audit:
requires:
- prep-deps
- test-deps-depcheck:
requires:
- prep-deps

View File

@ -1,6 +1,8 @@
#!/usr/bin/env bash
set -e
set -u
set -x
set -o pipefail
# use `improved-yarn-audit` since that allows for exclude