mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
ci/scripts/deps-install - exit if any command fails (#8368)
This commit is contained in:
parent
f9989c52c5
commit
bc99728e84
@ -1,5 +1,9 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
# Print commands and their arguments as they are executed.
|
||||||
set -x
|
set -x
|
||||||
|
# Exit immediately if a command exits with a non-zero status.
|
||||||
|
set -e
|
||||||
|
|
||||||
yarn --frozen-lockfile --ignore-scripts --har
|
yarn --frozen-lockfile --ignore-scripts --har
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user