Skip to content

Commit 8488557

Browse files
committed
Add packageAll alias in root project
Otherwise `packageAll` by itself as used in aliases like `partest` won't work.
1 parent 94a8177 commit 8488557

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

project/Build.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ object DottyBuild extends Build {
8585
addCommandAlias("dotr", "dotty-compiler/dotr") ++
8686
addCommandAlias("dotc", "dotty-compiler/dotc") ++
8787
addCommandAlias("repl", "dotty-compiler/repl") ++
88+
addCommandAlias("packageAll", "dotty-compiler/packageAll") ++
8889
addCommandAlias(
8990
"partest",
9091
";packageAll" +

0 commit comments

Comments
 (0)