Skip to content

Commit 2ec4837

Browse files
committed
Build infrastructure: Use npx as runner for binaries.
1 parent f0120dc commit 2ec4837

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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
1+
ESLINT ?= npx eslint
2+
PEGJS ?= npx pegjs
3+
SASS ?= npx sass
4+
YARN ?= npx yarn
55

66
SOURCES = $(wildcard src/*.js) $(wildcard src/pat/*.js) $(wildcard src/lib/*.js)
77
GENERATED = src/lib/depends_parse.js

0 commit comments

Comments
 (0)