Skip to content

Commit

Permalink
Fix appveyor install script
Browse files Browse the repository at this point in the history
  • Loading branch information
fttx committed May 8, 2020
1 parent 2da84b5 commit 112ae12
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ image: Visual Studio 2015
# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
install:
- ps: Install-Product node $env:nodejs_version x64
- ps: npm ci -g [email protected]
- ps: npm install -g [email protected]
- set PATH=%programfiles(x86)%\\Microsoft SDKs\TypeScript\2.4;%PATH%

- appveyor DownloadFile https://github.com/fttx/barcode-to-pc-server/blob/master/electron/electron-resources/Bonjour64.msi?raw=true
Expand All @@ -37,9 +37,9 @@ install:

- curl -fsSL -o C:\Certificates.p12 %CERTIFICATE_DOWNLOAD%
- npm cache verify
- npm install --unsafe-perm
- npm ci --unsafe-perm
- cd ionic
- npm install --unsafe-perm
- npm ci --unsafe-perm
- cd ..
- set NODE_ENV=production
# - set PATH=%APPDATA%\npm;%PATH%
Expand Down

0 comments on commit 112ae12

Please sign in to comment.