diff --git a/appveyor.yml b/appveyor.yml index b70b0810..346b6eb3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -30,5 +30,4 @@ test_script: - npm run test on_success: - - npm run dist - ps: ls .\dist\win\*.exe | % { Push-AppveyorArtifact $_.FullName }