From 7367cc7f5df2873993d2cc3177ab335248ae2b46 Mon Sep 17 00:00:00 2001 From: silverwind Date: Tue, 29 Aug 2023 01:33:58 +0200 Subject: [PATCH] make tweaks --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index e5fa6e7..8c0ab19 100644 --- a/Makefile +++ b/Makefile @@ -12,6 +12,10 @@ deps: node_modules lint: node_modules npx eslint --color . +.PHONY: lint-fix +lint: node_modules + npx eslint --color . --fix + .PHONY: test test: node_modules build npx vitest