File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,12 @@ test-gentype: build
21
21
22
22
test-all : test test-gentype
23
23
24
+ lib : build
25
+ node scripts/install -force-lib-rebuild
26
+
27
+ artifacts : lib
28
+ ./scripts/makeArtifactList.js
29
+
24
30
clean-gentype :
25
31
make -C jscomp/gentype_tests/typescript-react-example clean
26
32
@@ -32,4 +38,4 @@ clean-all: clean clean-gentype
32
38
33
39
.DEFAULT_GOAL := build
34
40
35
- .PHONY : clean clean-gentype clean-all config build test test-gentype test-all
41
+ .PHONY : artifacts build clean clean-gentype clean-all config lib test test-all test-gentype
Original file line number Diff line number Diff line change @@ -946,7 +946,6 @@ linux/bsc.exe
946
946
linux/ninja.exe
947
947
linux/refmt.exe
948
948
linux/rescript.exe
949
- ninja.COPYING
950
949
package.json
951
950
rescript
952
951
scripts/LICENSE.ml
@@ -962,7 +961,6 @@ scripts/cover.sh
962
961
scripts/curry_gen.ml
963
962
scripts/dbg
964
963
scripts/dedupe.js
965
- scripts/doc_gen.js
966
964
scripts/install.js
967
965
scripts/installUtils.js
968
966
scripts/js_internal_gen.js
You can’t perform that action at this time.
0 commit comments