Skip to content

Commit

Permalink
clean up windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith committed Jan 3, 2017
1 parent 93c5cc4 commit b2e5c90
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,12 @@ init:
install:
- ps: Install-Product node 6 x64
- git reset --hard HEAD
- npm install npm -g
- npm install electron-builder@next # force install next version to test electron-builder
- npm install -g webpack
- npm install
- npm prune

build_script:
- node --version
- npm --version
- webpack
- npm run distw

test: off

0 comments on commit b2e5c90

Please # to comment.