Skip to content

Commit

Permalink
chore: add --delete-conflicting-outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
dickermoshe committed Sep 6, 2024
1 parent 057302c commit 3b3f815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3b3f815

Please sign in to comment.