We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10398fa commit 74b58b2Copy full SHA for 74b58b2
1 file changed
Makefile
@@ -44,6 +44,9 @@ COVERAGE_DIR ?= $(REPORTS_DIR)/coverage
44
# Define the directory for documentation:
45
DOCS_DIR ?= $(ROOT)/docs
46
47
+# Define the top-level directory containing executables:
48
+BIN_DIR ?= $(ROOT)/bin
49
+
50
# Define the top-level directory containing node module dependencies:
51
NODE_MODULES ?= $(ROOT)/node_modules
52
0 commit comments