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 95d748f commit 67fffedCopy full SHA for 67fffed
makefile
@@ -1,6 +1,6 @@
1
# This lets us use the dependency node modules with executable parts to them as
2
# if they were in $PATH like usual system programs.
3
-export PATH := node_modules/.bin:$(PATH)
+export PATH := $(shell npm bin):$(PATH)
4
5
SRC = $(shell find src -name "*.ls" -type f | sort)
6
LIB = $(SRC:src/%.ls=lib/%.js)
0 commit comments