mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
build: use yarn to install arm modules (#18801)
This commit is contained in:
@@ -6,8 +6,8 @@ steps:
|
||||
|
||||
- bash: |
|
||||
cd src/electron
|
||||
npm install --verbose
|
||||
displayName: 'NPM install'
|
||||
node script/yarn.js install --frozen-lockfile
|
||||
displayName: 'Yarn install'
|
||||
|
||||
- bash: |
|
||||
export ZIP_DEST=$PWD/src/out/Default
|
||||
@@ -56,7 +56,7 @@ steps:
|
||||
cd src
|
||||
export npm_config_nodedir=$PWD/out/Default/gen/node_headers
|
||||
cd electron/spec
|
||||
npm install --verbose
|
||||
node ../script/yarn.js install --frozen-lockfile
|
||||
displayName: Install test modules
|
||||
|
||||
- bash: |
|
||||
|
||||
Reference in New Issue
Block a user