From 075683bbd8cf53e8a19386c8fc1bc1563e5f1abc Mon Sep 17 00:00:00 2001 From: Qstick Date: Sat, 7 Sep 2019 10:10:06 -0400 Subject: [PATCH] Fixed: Eslint not running due to package.json change --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index fad531c87..d43c1af2f 100755 --- a/build.sh +++ b/build.sh @@ -104,7 +104,7 @@ BuildWithXbuild() LintUI() { ProgressStart 'ESLint' - CheckExitCode yarn eslint + CheckExitCode yarn lint ProgressEnd 'ESLint' ProgressStart 'Stylelint'