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