From dd5aba4dea9a74de61b2a1d0215f69615b3fe762 Mon Sep 17 00:00:00 2001 From: Guillermo Rauch Date: Thu, 12 Jan 2017 12:33:28 -0800 Subject: [PATCH] fix appveyor --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 1619b596..e3eb3ee7 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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 }