build: update npx.py to support npx@7 (#26662)

* build: update npx.py to support npx@7

* build: set npm_config_yes for all npx callsites
This commit is contained in:
Samuel Attard 2020-11-23 21:26:54 -08:00 committed by GitHub
parent e455a79218
commit b894151745
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 17 additions and 6 deletions

View file

@ -40,7 +40,7 @@ DevToolsSecurity -enable
# security import "$dir"/public.key -k $KEY_CHAIN
# Generate Trust Settings
npx ts-node "$(dirname $0)"/gen-trust.ts "$dir"/certificate.cer "$dir"/trust.xml
npm_config_yes=true npx ts-node "$(dirname $0)"/gen-trust.ts "$dir"/certificate.cer "$dir"/trust.xml
# Import Trust Settings
sudo security trust-settings-import -d "$dir/trust.xml"