Disable dist task on AppVeyor

This commit is contained in:
Matheus Fernandes 2016-12-01 16:07:33 -02:00
parent e3e7563178
commit af5c075bcb
No known key found for this signature in database
GPG key ID: DD07CA4EA7B65C4F

View file

@ -30,5 +30,4 @@ test_script:
- npm run test
on_success:
- npm run dist
- ps: ls .\dist\win\*.exe | % { Push-AppveyorArtifact $_.FullName }