mirror of
https://github.com/atom/atom.git
synced 2026-02-10 22:55:09 -05:00
Use env var to specify path to npm binary
This commit is contained in:
@@ -19,11 +19,12 @@ jobs:
|
||||
- script: npm install --global npm@6.2.0
|
||||
displayName: Update npm
|
||||
|
||||
- script: export PATH="/usr/local/bin:${PATH}" && script/bootstrap
|
||||
- script: script/bootstrap
|
||||
displayName: Bootstrap build environment
|
||||
env:
|
||||
CI: true
|
||||
CI_PROVIDER: VSTS
|
||||
NPM_BIN_PATH: /usr/local/bin/npm
|
||||
|
||||
- script: script/lint
|
||||
displayName: Run linter
|
||||
|
||||
Reference in New Issue
Block a user