Skip to content

Commit b448bd0

Browse files
committed
Modify target name
1 parent d23d5b8 commit b448bd0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tools/make/lib/licenses/ls.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ list-licenses-group: $(NODE_MODULES)
3333
#
3434
# This target lists the license for each root package dependency.
3535

36-
list-dep-licenses: $(NODE_MODULES)
36+
list-deps-licenses: $(NODE_MODULES)
3737
$(QUIET) $(LIST_LICENSES) \
3838
--dir $(ROOT_DIR) \
3939
--depth 0 \
4040
| $(INFER_LICENSES) \
4141
$(INFER_LICENSES_FLAGS) \
4242
| $(LICENSES_REPORTER_DEPS)
4343

44-
.PHONY: list-dep-licenses
44+
.PHONY: list-deps-licenses
4545

4646

4747
# List missing licenses.

tools/make/usage.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Usage: make <cmd>
1313
make list-modules List all modules.
1414
make list-module-names List all module names.
1515
make list-licenses List licenses of installed package dependencies.
16-
make list-dep-licenses List root package dependency licenses.
16+
make list-deps-licenses List root package dependency licenses.
1717
make examples Run examples.
1818
make test Run tests.
1919
make test-summary Run tests and output a test summary.

0 commit comments

Comments
 (0)