Skip to content

Commit c8139db

Browse files
committed
add recipe
1 parent 15d3639 commit c8139db

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ test-syntax-roundtrip:
3838

3939
test-gentype:
4040
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
4143

4244
test-all: test test-gentype
4345

@@ -61,6 +63,8 @@ checkformat:
6163

6264
clean-gentype:
6365
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
6468

6569
clean:
6670
dune clean

jscomp/gentype_tests/typescript-res-bundler/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ node_modules/.bin/tsc:
55

66
test: node_modules/.bin/tsc
77
npm run build
8+
npm run tsc
89

910
clean:
1011
rm -rf node_modules lib src/*.bs.js src/*.gen.tsx

jscomp/gentype_tests/typescript-res-node16/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ node_modules/.bin/tsc:
55

66
test: node_modules/.bin/tsc
77
npm run build
8+
npm run tsc
89

910
clean:
1011
rm -rf node_modules lib src/*.bs.js src/*.gen.tsx

0 commit comments

Comments
 (0)