diff --git a/both.sh b/both.sh index bf9cfb2..d62bbca 100755 --- a/both.sh +++ b/both.sh @@ -58,7 +58,7 @@ function mimaReport() { } function docs() { - sbtParallel docs/mdoc + cd scala-2 && sbt docs/mdoc } $operation