We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d90c2e commit a3ee33cCopy full SHA for a3ee33c
Makefile
@@ -72,6 +72,9 @@ NODE_MODULES ?= $(ROOT_DIR)/node_modules
72
# Define the top-level directory containing node module executables:
73
BIN_DIR ?= $(NODE_MODULES)/.bin
74
75
+# Define the top-level directory containing source files:
76
+SRC_DIR ?= $(ROOT_DIR)/lib/node_modules
77
+
78
# Define the folder name convention for source files:
79
SOURCE_FOLDER ?= lib
80
0 commit comments