From af5c075bcb8dfe64788261b54efd5bcecd956e5d Mon Sep 17 00:00:00 2001 From: Matheus Fernandes Date: Thu, 1 Dec 2016 16:07:33 -0200 Subject: [PATCH] Disable `dist` task on AppVeyor --- appveyor.yml | 1 - 1 file changed, 1 deletion(-) 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 }