Skip to content

Commit 97ea8b5

Browse files
committed
gentype_tests: clean using rescript clean instead rm command
1 parent 75afc52 commit 97ea8b5

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)