mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +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
|
||||
|
||||
# Print commands and their arguments as they are executed.
|
||||
set -x
|
||||
# Exit immediately if a command exits with a non-zero status.
|
||||
set -e
|
||||
|
||||
yarn --frozen-lockfile --ignore-scripts --har
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user