From e5e03be382d16145dc79d6baa6cda45c6255f2cf Mon Sep 17 00:00:00 2001 From: orangemug Date: Fri, 21 Feb 2020 08:46:46 +0000 Subject: [PATCH] Fixed missing command update to appveyor.yml --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 5c6a57d..93139ab 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -22,5 +22,5 @@ install: build_script: - npm run build test_script: - - npm run lint - - npm run lint-styles + - npm run lint-js + - npm run lint-css