Skip to content

Commit 9516742

Browse files
authored
gentype_tests: clean using rescript clean instead rm command (#7572)
1 parent 78415d5 commit 9516742

File tree

1 file changed

+1
-1
lines changed
  • tests/gentype_tests/typescript-react-example

1 file changed

+1
-1
lines changed

tests/gentype_tests/typescript-react-example/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ test:
99
|| exit 1
1010

1111
clean:
12-
rm -rf lib src/*.res.js src/*.gen.tsx
12+
yarn clean
1313

1414
.DEFAULT_GOAL := test
1515

0 commit comments

Comments
 (0)