diff --git a/melos.yaml b/melos.yaml index 270d0ea7..d7d74207 100644 --- a/melos.yaml +++ b/melos.yaml @@ -62,7 +62,7 @@ scripts: melos exec -- \ rm -Rf "doc" melos exec -c 1 -- \ - "dart doc ." + "dart pub global run dartdoc ." description: | Generate documentation for all packages.