aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--project/Build.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/project/Build.scala b/project/Build.scala
index 49f996a42..e08780613 100644
--- a/project/Build.scala
+++ b/project/Build.scala
@@ -85,6 +85,7 @@ object DottyBuild extends Build {
addCommandAlias("dotr", "dotty-compiler/dotr") ++
addCommandAlias("dotc", "dotty-compiler/dotc") ++
addCommandAlias("repl", "dotty-compiler/repl") ++
+ addCommandAlias("packageAll", "dotty-compiler/packageAll") ++
addCommandAlias(
"partest",
";packageAll" +