From 3889615dff2ecc4c3b243d622c22b7e75c1bb9b0 Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Tue, 20 Jun 2017 14:47:33 -0700 Subject: [PATCH] AppVeyor - fix what appears to be a problem with '&& grunt' FREEBIE --- appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 6da42f953..e190d1222 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -11,7 +11,8 @@ install: - yarn install build_script: - - yarn run generate + - yarn run icon-gen + - node_modules\.bin\grunt - node_modules\.bin\build --em.environment=%SIGNAL_ENV% --publish=never test_script: