Skip to content

Commit

Permalink
Merge pull request #15 from Kitsune-tools/appveyor-build-fix
Browse files Browse the repository at this point in the history
Appveyor build fix
  • Loading branch information
NizamLZ committed Jul 13, 2018
2 parents 3a81a46 + 816f35d commit 1db17f3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions appveyor.yml
Expand Up @@ -71,9 +71,10 @@ install:
- cp -R dist2/simulator/* dist/simulator/
- cp -R dist2/analytics-dashboard/* dist/analytics-dashboard/
build_script:
- npm i @angular-devkit/core
- ng build --prod --aot=false
# - npm i @angular-devkit/core
# - ng build --prod --aot=false
- cd dist
- ls -l
- npm i
- npm i -g electron-builder@19.56.0
- npm i -g @angular-devkit/core
Expand Down Expand Up @@ -133,4 +134,4 @@ notifications:
- khaja.nizamuddin@nowfloats.com
on_build_success: false
on_build_failure: false
on_build_status_changed: true
on_build_status_changed: true

0 comments on commit 1db17f3

Please sign in to comment.