You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Run the build command in parallel for each subdirectory
find . -maxdepth 1 -type d -print0 | xargs -0 -P 4 -I{} sh -c 'cd "{}" && dart run build_runner build || echo "Error: Could not run build command in {}"'