Skip to content

Commit

Permalink
Force build on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Yasser Fadl committed Jun 28, 2016
1 parent ae7043d commit a7d89d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ test_script:
- npm --version
- npm test
# Artifacts are packaged before before_deploy
- bash scripts\package.sh
- bash scripts\package.sh true
- For /d %%d in ( build\** ) do MOVE %%d %cd%

artifacts:
Expand Down Expand Up @@ -44,4 +44,4 @@ deploy:
on:
appveyor_repo_tag: true

build: off
build: off

0 comments on commit a7d89d5

Please sign in to comment.