We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a76b24 commit 2b00aafCopy full SHA for 2b00aaf
Makefile
@@ -38,8 +38,6 @@ test-syntax-roundtrip:
38
39
test-gentype:
40
make -C jscomp/gentype_tests/typescript-react-example clean test
41
- make -C jscomp/gentype_tests/typescript-res-node16 clean test
42
- make -C jscomp/gentype_tests/typescript-res-bundler clean test
43
44
test-all: test test-gentype
45
@@ -63,8 +61,6 @@ checkformat:
63
61
64
62
clean-gentype:
65
make -C jscomp/gentype_tests/typescript-react-example clean
66
- make -C jscomp/gentype_tests/typescript-res-node16 clean
67
- make -C jscomp/gentype_tests/typescript-res-bundler clean
68
69
clean:
70
dune clean
0 commit comments