mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-02-16 09:59:49 +03:00
* Makefile: run 'npm ci' for 'lint-js' target
This commit is contained in:
parent
facf72f774
commit
f04acaf92e
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -146,7 +146,7 @@ docker:
|
|||
|
||||
lint: lint-js lint-go
|
||||
|
||||
lint-js:
|
||||
lint-js: dependencies
|
||||
@echo Running js linter
|
||||
npm --prefix client run lint
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue