mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
Run main, flask and beta in sequence in generate-lavamoat-policies.sh (#14470)
This commit is contained in:
parent
e702da2194
commit
073a6e0613
@ -7,7 +7,6 @@ set -o pipefail
|
||||
# Generate LavaMoat policies for the extension background script for each build
|
||||
# type.
|
||||
# ATTN: This may tax your device when running it locally.
|
||||
concurrently --kill-others-on-fail -n main,beta,flask \
|
||||
"WRITE_AUTO_POLICY=1 yarn build scripts:prod --policy-only" \
|
||||
"WRITE_AUTO_POLICY=1 yarn build scripts:prod --policy-only --build-type beta" \
|
||||
"WRITE_AUTO_POLICY=1 yarn build scripts:prod --policy-only --build-type flask"
|
||||
WRITE_AUTO_POLICY=1 yarn build scripts:prod --policy-only &&
|
||||
WRITE_AUTO_POLICY=1 yarn build scripts:prod --policy-only --build-type beta &&
|
||||
WRITE_AUTO_POLICY=1 yarn build scripts:prod --policy-only --build-type flask
|
||||
|
Loading…
Reference in New Issue
Block a user