Skip to content

Commit 80d6ed3

Browse files
committed
Working on appveyor build script
1 parent ec2da37 commit 80d6ed3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

appveyor.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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'))
1513
install:
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'))
2221
matrix:
2322
fast_finish: true
2423
build: off

0 commit comments

Comments
 (0)