File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -10,15 +10,14 @@ environment:
1010 secure : G/hTb/AdUY4ynt5XGj10fROfQZC2xgogiQAiqXT63cEMGAGcZ8+6rOdQJzf4/PHf
1111 matrix :
1212 - nodejs_version : 10.4
13- init :
14- - ps : $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
1513install :
1614 - ps : Install-Product node $env:nodejs_version
1715 - set CI=true
1816 - npm install -g npm@latest
1917 -
npm install -g [email protected] 2018 - set PATH=%APPDATA%\npm;%PATH%
21- - yarn install
19+ - yarn install --production=false
20+ - ps : $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
2221matrix :
2322 fast_finish : true
2423build : off
You can’t perform that action at this time.
0 commit comments