mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
chore: use manual invocation of npx yarn
This commit is contained in:
committed by
Electron Bot
parent
c169bae59d
commit
8ae77f5f5b
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user