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 96273c5 commit 9ce79a0Copy full SHA for 9ce79a0
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