We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0120dc commit 2ec4837Copy full SHA for 2ec4837
Makefile
@@ -1,7 +1,7 @@
1
-ESLINT ?= node_modules/.bin/eslint
2
-PEGJS ?= node_modules/.bin/pegjs
3
-SASS ?= node_modules/.bin/sass
4
-YARN ?= yarn
+ESLINT ?= npx eslint
+PEGJS ?= npx pegjs
+SASS ?= npx sass
+YARN ?= npx yarn
5
6
SOURCES = $(wildcard src/*.js) $(wildcard src/pat/*.js) $(wildcard src/lib/*.js)
7
GENERATED = src/lib/depends_parse.js
0 commit comments