We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94a8177 commit 8488557Copy full SHA for 8488557
project/Build.scala
@@ -85,6 +85,7 @@ object DottyBuild extends Build {
85
addCommandAlias("dotr", "dotty-compiler/dotr") ++
86
addCommandAlias("dotc", "dotty-compiler/dotc") ++
87
addCommandAlias("repl", "dotty-compiler/repl") ++
88
+ addCommandAlias("packageAll", "dotty-compiler/packageAll") ++
89
addCommandAlias(
90
"partest",
91
";packageAll" +
0 commit comments