File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 2222#
2323# This target generates REPL documentation.
2424
25- repl-docs : repl-help repl-info repl-examples repl-signatures repl-typed-signatures repl-aliases repl-alias2pkg repl-pkg2alias repl-pkg2standalone repl-alias2related repl-pkg2related
25+ repl-docs : repl-help repl-info repl-examples repl-signatures repl-typed-signatures repl-aliases repl-alias2pkg repl-pkg2alias repl-alias2related repl-alias2standalone repl-pkg2related repl-pkg2standalone $(NODE_MODULES ) $(SRC_DIR ) /@stdlib/repl/scripts/build.js
26+ $(QUIET ) $(NODE ) " $( SRC_DIR) /@stdlib/repl/scripts/build.js"
2627
2728.PHONY : repl-docs
2829
@@ -127,6 +128,16 @@ repl-pkg2related: $(NODE_MODULES) $(SRC_DIR)/@stdlib/namespace/pkg2related/scrip
127128.PHONY : repl-pkg2related
128129
129130
131+ # Build the mapping between REPL aliases and standalone package names.
132+ #
133+ # This target rebuilds the REPL database.
134+
135+ repl-alias2standalone : $(NODE_MODULES ) $(SRC_DIR ) /@stdlib/namespace/alias2standalone/scripts/build.js
136+ $(QUIET ) $(NODE ) " $( SRC_DIR) /@stdlib/namespace/alias2standalone/scripts/build.js"
137+
138+ .PHONY : repl-alias2standalone
139+
140+
130141# Build the mapping between REPL package names and standalone package names.
131142#
132143# This target rebuilds the REPL database.
You can’t perform that action at this time.
0 commit comments