We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 884b170 commit 6ca4cbaCopy full SHA for 6ca4cba
Makefile
@@ -24,9 +24,6 @@ test-all: test test-gentype
24
lib: build
25
node scripts/install -force-lib-rebuild
26
27
-artifacts: lib
28
- ./scripts/makeArtifactList.js
29
-
30
clean-gentype:
31
make -C jscomp/gentype_tests/typescript-react-example clean
32
@@ -38,4 +35,4 @@ clean-all: clean clean-gentype
38
35
39
36
.DEFAULT_GOAL := build
40
37
41
-.PHONY: artifacts build clean clean-gentype clean-all config lib test test-all test-gentype
+.PHONY: build clean clean-gentype clean-all config lib test test-all test-gentype
packages/artifacts.txt
@@ -946,6 +946,7 @@ linux/bsc.exe
946
linux/ninja.exe
947
linux/refmt.exe
948
linux/rescript.exe
949
+ninja.COPYING
950
package.json
951
rescript
952
scripts/LICENSE.ml
0 commit comments