diff --git a/Makefile b/Makefile index 55e8d235ad..39032e44f3 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ watch: clean scripts/build.sh --watch lint: - eslint packages/*/src + node node_modules/.bin/eslint packages/*/src clean: test-clean rm -rf coverage