From 97ea8b58d4bdd1458dad1f8629fee9d356da33c6 Mon Sep 17 00:00:00 2001 From: Pedro Castro Date: Fri, 20 Jun 2025 13:24:04 -0300 Subject: [PATCH] gentype_tests: clean using `rescript clean` instead `rm` command --- tests/gentype_tests/typescript-react-example/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/gentype_tests/typescript-react-example/Makefile b/tests/gentype_tests/typescript-react-example/Makefile index 4528ab0e9b..46f6aae7a6 100644 --- a/tests/gentype_tests/typescript-react-example/Makefile +++ b/tests/gentype_tests/typescript-react-example/Makefile @@ -9,7 +9,7 @@ test: || exit 1 clean: - rm -rf lib src/*.res.js src/*.gen.tsx + yarn clean .DEFAULT_GOAL := test