mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Update npm before building on AppVeyor/Travis
This commit is contained in:
@@ -23,6 +23,7 @@ install:
|
||||
- source /tmp/.nvm/nvm.sh
|
||||
- nvm install $NODE_VERSION
|
||||
- nvm use --delete-prefix $NODE_VERSION
|
||||
- npm install -g npm
|
||||
- script/bootstrap
|
||||
- script/build
|
||||
|
||||
|
||||
@@ -20,6 +20,7 @@ environment:
|
||||
install:
|
||||
- SET PATH=C:\Program Files\Atom\resources\cli;%PATH%
|
||||
- ps: Install-Product node $env:NODE_VERSION $env:PLATFORM
|
||||
- npm install -g npm
|
||||
|
||||
build_script:
|
||||
- cd %APPVEYOR_BUILD_FOLDER%
|
||||
|
||||
Reference in New Issue
Block a user