mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-06 04:52:21 -07: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…
Add table
Add a link
Reference in a new issue