File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,8 @@ test-syntax-roundtrip:
38
38
39
39
test-gentype :
40
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
41
43
42
44
test-all : test test-gentype
43
45
@@ -61,6 +63,8 @@ checkformat:
61
63
62
64
clean-gentype :
63
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
64
68
65
69
clean :
66
70
dune clean
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ node_modules/.bin/tsc:
5
5
6
6
test : node_modules/.bin/tsc
7
7
npm run build
8
+ npm run tsc
8
9
9
10
clean :
10
11
rm -rf node_modules lib src/* .bs.js src/* .gen.tsx
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ node_modules/.bin/tsc:
5
5
6
6
test : node_modules/.bin/tsc
7
7
npm run build
8
+ npm run tsc
8
9
9
10
clean :
10
11
rm -rf node_modules lib src/* .bs.js src/* .gen.tsx
You can’t perform that action at this time.
0 commit comments