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()
|
LintUI()
|
||||||
{
|
{
|
||||||
ProgressStart 'ESLint'
|
ProgressStart 'ESLint'
|
||||||
CheckExitCode yarn eslint
|
CheckExitCode yarn lint
|
||||||
ProgressEnd 'ESLint'
|
ProgressEnd 'ESLint'
|
||||||
|
|
||||||
ProgressStart 'Stylelint'
|
ProgressStart 'Stylelint'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue