fixed build

pull/1425/head
tidusjar 7 years ago
parent 7057656818
commit d53d250f02

@ -8,14 +8,14 @@ install:
# Get the latest stable version of Node.js or io.js # Get the latest stable version of Node.js or io.js
- ps: Install-Product node $env:nodejs_version - ps: Install-Product node $env:nodejs_version
# install modules # install modules
- npm install bower -g
- npm install gulp -g
- npm install - npm install
before_build: before_build:
- ps: .\BuildTask.ps1 -env "live" - ps: .\BuildTask.ps1 -env "live"
- cmd: cd src/ombi - cmd: cd src/ombi
- node --version - node --version
- appveyor-retry dotnet restore - appveyor-retry dotnet restore
- appveyor-retry npm install bower -g
- appveyor-retry npm install gulp -g
- appveyor-retry bower install - appveyor-retry bower install
- gulp publish - gulp publish
build_script: build_script:

Loading…
Cancel
Save