chore: use manual invocation of npx yarn

This commit is contained in:
John Kleinschmidt
2019-06-20 10:31:45 -04:00
committed by Electron Bot
parent c169bae59d
commit 8ae77f5f5b

View File

@@ -6,7 +6,7 @@ steps:
- bash: |
cd src/electron
npm install --verbose
npx yarn@1.15.2 install --frozen-lockfile --verbose
displayName: 'NPM install'
- bash: |
@@ -56,7 +56,7 @@ steps:
cd src
export npm_config_nodedir=$PWD/out/Default/gen/node_headers
cd electron/spec
npm install --verbose
npx yarn@1.15.2 install --frozen-lockfile --verbose
displayName: Install test modules
- bash: |