mirror of
https://github.com/Readarr/Readarr
synced 2026-05-05 03:00:35 +02: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…
Reference in a new issue