We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aee2ccc commit 4fae696Copy full SHA for 4fae696
tools/make/lib/ls/pkgs_tree.mk
@@ -11,8 +11,7 @@ PACKAGES_DIR ?= $(ROOT_DIR)/lib/node_modules
11
LIST_PACKAGE_TREE ?= $(TOOLS_DIR)/pkgs/tree/bin/cli
12
13
# Define the command flags:
14
-LIST_PACKAGE_TREE_FLAGS ?= \
15
- --dir $(PACKAGES_DIR)
+LIST_PACKAGE_TREE_FLAGS ?=
16
17
18
# TARGETS #
@@ -22,6 +21,6 @@ LIST_PACKAGE_TREE_FLAGS ?= \
22
21
# This target prints a list of all packages as a tree.
23
24
list-pkgs-tree: $(LIST_PACKAGE_TREE) $(NODE_MODULES)
25
- $(QUIET) $(NODE) $(LIST_PACKAGE_TREE) $(LIST_PACKAGE_TREE_FLAGS)
+ $(QUIET) $(NODE) $(LIST_PACKAGE_TREE) $(LIST_PACKAGE_TREE_FLAGS) $(PACKAGES_DIR)
26
27
.PHONY: list-pkgs-tree
0 commit comments