mirror of https://github.com/jetkvm/kvm.git
Updates: add logging on error, revert Makefile lint targets
This commit is contained in:
parent
50c6d0d0b0
commit
12552e7700
6
Makefile
6
Makefile
|
|
@ -205,14 +205,12 @@ lint-go-fix: build_audio_deps
|
|||
# Run UI linting locally (mirrors GitHub workflow ui-lint.yml)
|
||||
lint-ui:
|
||||
@echo "Running UI lint..."
|
||||
@cd ui && npm ci
|
||||
@cd ui && npm run lint
|
||||
@cd ui && npm ci && npm run lint
|
||||
|
||||
# Run UI linting with auto-fix
|
||||
lint-ui-fix:
|
||||
@echo "Running UI lint with auto-fix..."
|
||||
@cd ui && npm ci
|
||||
@cd ui && npm run lint:fix
|
||||
@cd ui && npm ci && npm run lint:fix
|
||||
|
||||
# Legacy alias for UI linting (for backward compatibility)
|
||||
ui-lint: lint-ui
|
||||
|
|
|
|||
Loading…
Reference in New Issue