Make AppVeyor run the dist script again

This commit is contained in:
Matheus Fernandes 2016-12-07 12:46:40 -02:00
parent c69dfa604b
commit c8af214d55
No known key found for this signature in database
GPG key ID: DD07CA4EA7B65C4F

View file

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