1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-01-03 13:34:54 +00:00

Fixed: Eslint not running due to package.json change

This commit is contained in:
Qstick 2019-09-07 10:10:06 -04:00 committed by GitHub
parent c4b7e04a96
commit 075683bbd8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -104,7 +104,7 @@ BuildWithXbuild()
LintUI()
{
ProgressStart 'ESLint'
CheckExitCode yarn eslint
CheckExitCode yarn lint
ProgressEnd 'ESLint'
ProgressStart 'Stylelint'