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:
parent
c4b7e04a96
commit
075683bbd8
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -104,7 +104,7 @@ BuildWithXbuild()
|
|||
LintUI()
|
||||
{
|
||||
ProgressStart 'ESLint'
|
||||
CheckExitCode yarn eslint
|
||||
CheckExitCode yarn lint
|
||||
ProgressEnd 'ESLint'
|
||||
|
||||
ProgressStart 'Stylelint'
|
||||
|
|
Loading…
Reference in a new issue