* Makefile: run 'npm ci' for 'lint-js' target

This commit is contained in:
Simon Zolin 2020-08-27 15:16:38 +03:00
parent facf72f774
commit f04acaf92e
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ docker:
lint: lint-js lint-go
lint-js:
lint-js: dependencies
@echo Running js linter
npm --prefix client run lint