From c8af214d55b81ec72d4b9148687d03c09379137a Mon Sep 17 00:00:00 2001 From: Matheus Fernandes Date: Wed, 7 Dec 2016 12:46:40 -0200 Subject: [PATCH] Make AppVeyor run the `dist` script again --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index 346b6eb3..b70b0810 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -30,4 +30,5 @@ test_script: - npm run test on_success: + - npm run dist - ps: ls .\dist\win\*.exe | % { Push-AppveyorArtifact $_.FullName }