Skip to content

Commit 179ae9a

Browse files
committed
gentype test cleanup
1 parent e5c836d commit 179ae9a

File tree

1 file changed

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

1 file changed

+1
-2
lines changed

jscomp/gentype_tests/typescript-react-example/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ test: node_modules/.bin/tsc
77
npm run build
88

99
clean:
10-
npm run clean
11-
rm -rf node_modules lib
10+
rm -rf node_modules lib src/*.bs.js src/*.gen.tsx
1211

1312
.DEFAULT_GOAL := test
1413

0 commit comments

Comments
 (0)