File tree 1 file changed +12
-1
lines changed
1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 22
22
#
23
23
# This target generates REPL documentation.
24
24
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"
26
27
27
28
.PHONY : repl-docs
28
29
@@ -127,6 +128,16 @@ repl-pkg2related: $(NODE_MODULES) $(SRC_DIR)/@stdlib/namespace/pkg2related/scrip
127
128
.PHONY : repl-pkg2related
128
129
129
130
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
+
130
141
# Build the mapping between REPL package names and standalone package names.
131
142
#
132
143
# This target rebuilds the REPL database.
You can’t perform that action at this time.
0 commit comments