Skip to content

Commit

Permalink
Appveyor build fix
Browse files Browse the repository at this point in the history
Appveyor build fix
  • Loading branch information
NizamLZ authored Jul 13, 2018
1 parent 3a81a46 commit 816f35d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
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 816f35d

Please sign in to comment.