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 d1235d4 commit 96f7829Copy full SHA for 96f7829
project/Build.scala
@@ -1332,7 +1332,7 @@ object Build {
1332
nonBootstrappedSettings(
1333
addCommandAlias("run", "scala3-compiler/run"),
1334
// Clean everything by default
1335
- addCommandAlias("clean", ";dotty/clean;scala3-bootstrapped/clean"),
+ addCommandAlias("clean", ";scala3/clean;scala3-bootstrapped/clean"),
1336
// `publishLocal` on the non-bootstrapped compiler does not produce a
1337
// working distribution (it can't in general, since there's no guarantee
1338
// that the non-bootstrapped library is compatible with the
0 commit comments