Skip to content

Commit ffeab58

Browse files
committed
Run tsc for gentype tests
1 parent fcf06ee commit ffeab58

File tree

1 file changed

+2
-3
lines changed
  • jscomp/gentype_tests/typescript-react-example

1 file changed

+2
-3
lines changed

jscomp/gentype_tests/typescript-react-example/Makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
SHELL = /bin/bash
22

3-
node_modules/.bin/tsc:
3+
test:
44
npm install
5-
6-
test: node_modules/.bin/tsc
75
npm run build
6+
npm run tsc
87

98
clean:
109
rm -rf node_modules lib src/*.bs.js src/*.gen.tsx

0 commit comments

Comments
 (0)