From 3b3f8155ae6714356f8e9bbc93cb564443aff56f Mon Sep 17 00:00:00 2001 From: Moshe Dicker Date: Fri, 6 Sep 2024 14:17:07 -0400 Subject: [PATCH] chore: add --delete-conflicting-outputs --- docs/docs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs.sh b/docs/docs.sh index e5144a4ac..52d4ba134 100755 --- a/docs/docs.sh +++ b/docs/docs.sh @@ -78,7 +78,7 @@ if [ $arg1 == "build" ]; then exit 1 fi # Run build_runner to generate files in the `test` directory - dart run build_runner build + dart run build_runner build --delete-conflicting-outputs if [ $? -ne 0 ]; then echo "Failed to build the example project" exit 1