fix appveyor

This commit is contained in:
Guillermo Rauch 2017-01-12 12:33:28 -08:00
parent 2094765bf0
commit dd5aba4dea

View file

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