aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 74db21e..70a91b0 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ lint: lint-www
.PHONY: lint-www
lint-www:
- cd _www && npx eslint --fix .
+ cd _www && ./node_modules/.bin/eslint .
.PHONY: test
test: