From 34b378cd5defc219b7c923f3a2b9e5be2f0722ea Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Wed, 11 Apr 2018 11:14:01 -0400 Subject: [PATCH] fix typo... --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index c28471a8b..095924a09 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -18,7 +18,7 @@ test_script: - npm run lint - npm run test # tmp fix due to windows npm5 issue - - cd tests_apps/test_app/extensions/embark-service && npm install + - cd test_apps/test_app/extensions/embark-service && npm install - npm run testdapp_1 - npm run testdapp_2