File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,20 +45,23 @@ CHECK_LICENSES_PRODUCTION ?= \
4545
4646# RULES #
4747
48- # Check package licenses.
48+ # /
49+ # Checks the license for each package dependency against a list of permitted licenses.
4950#
50- # This target checks the license for each package dependency against a list of permitted licenses.
51-
51+ # @example
52+ # make check-licenses
53+ # /
5254check-licenses : $(NODE_MODULES )
5355 $(QUIET ) $(CHECK_LICENSES )
5456
5557.PHONY : check-licenses
5658
57-
58- # Check production package licenses.
59+ # /
60+ # Checks the license for each " production" package dependency against a list of permitted licenses.
5961#
60- # This target checks the license for each package dependency against a list of permitted licenses.
61-
62+ # @example
63+ # make check-licenses-production
64+ # /
6265check-licenses-production : $(NODE_MODULES )
6366 $(QUIET ) $(CHECK_LICENSES_PRODUCTION )
6467
You can’t perform that action at this time.
0 commit comments