Skip to content

Commit 4fae696

Browse files
committed
Update recipe
1 parent aee2ccc commit 4fae696

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tools/make/lib/ls/pkgs_tree.mk

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ PACKAGES_DIR ?= $(ROOT_DIR)/lib/node_modules
1111
LIST_PACKAGE_TREE ?= $(TOOLS_DIR)/pkgs/tree/bin/cli
1212

1313
# Define the command flags:
14-
LIST_PACKAGE_TREE_FLAGS ?= \
15-
--dir $(PACKAGES_DIR)
14+
LIST_PACKAGE_TREE_FLAGS ?=
1615

1716

1817
# TARGETS #
@@ -22,6 +21,6 @@ LIST_PACKAGE_TREE_FLAGS ?= \
2221
# This target prints a list of all packages as a tree.
2322

2423
list-pkgs-tree: $(LIST_PACKAGE_TREE) $(NODE_MODULES)
25-
$(QUIET) $(NODE) $(LIST_PACKAGE_TREE) $(LIST_PACKAGE_TREE_FLAGS)
24+
$(QUIET) $(NODE) $(LIST_PACKAGE_TREE) $(LIST_PACKAGE_TREE_FLAGS) $(PACKAGES_DIR)
2625

2726
.PHONY: list-pkgs-tree

0 commit comments

Comments
 (0)