mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-04 21:17:37 +03:00
Add help msg for JS formatting errors
This commit is contained in:
parent
347424009d
commit
9628b1389d
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -41,7 +41,8 @@ lint: ##@Development Lint Go code
|
||||||
.PHONY: lint
|
.PHONY: lint
|
||||||
|
|
||||||
lintall: lint ##@Development Lint Go and JS code
|
lintall: lint ##@Development Lint Go and JS code
|
||||||
@(cd ./ui && npm run check-formatting && npm run lint)
|
@(cd ./ui && npm run check-formatting) || (echo "\n\nPlease run 'npm run prettier' to fix formatting issues." && exit 1)
|
||||||
|
@(cd ./ui && npm run lint)
|
||||||
.PHONY: lintall
|
.PHONY: lintall
|
||||||
|
|
||||||
wire: check_go_env ##@Development Update Dependency Injection
|
wire: check_go_env ##@Development Update Dependency Injection
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue