Skip to content

Commit aee2ccc

Browse files
committed
Update recipe
1 parent 9b0f238 commit aee2ccc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tools/make/lib/ls/pkgs_namespaces.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_NAMESPACES ?= $(TOOLS_DIR)/pkgs/namespaces/bin/cli
1212

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

1716

1817
# TARGETS #
@@ -22,6 +21,6 @@ LIST_PACKAGE_NAMESPACES_FLAGS ?= \
2221
# This target prints a list of all package namespaces.
2322

2423
list-pkgs-namespaces: $(LIST_PACKAGE_NAMESPACES) $(NODE_MODULES)
25-
$(QUIET) $(NODE) $(LIST_PACKAGE_NAMESPACES) $(LIST_PACKAGE_NAMESPACES_FLAGS)
24+
$(QUIET) $(NODE) $(LIST_PACKAGE_NAMESPACES) $(LIST_PACKAGE_NAMESPACES_FLAGS) $(PACKAGES_DIR)
2625

2726
.PHONY: list-pkgs-namespaces

0 commit comments

Comments
 (0)