Skip to content

Commit 96f7829

Browse files
Fix clean command
Co-authored-by: Guillaume Martres <smarter@ubuntu.com>
1 parent d1235d4 commit 96f7829

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1332,7 +1332,7 @@ object Build {
13321332
nonBootstrappedSettings(
13331333
addCommandAlias("run", "scala3-compiler/run"),
13341334
// Clean everything by default
1335-
addCommandAlias("clean", ";dotty/clean;scala3-bootstrapped/clean"),
1335+
addCommandAlias("clean", ";scala3/clean;scala3-bootstrapped/clean"),
13361336
// `publishLocal` on the non-bootstrapped compiler does not produce a
13371337
// working distribution (it can't in general, since there's no guarantee
13381338
// that the non-bootstrapped library is compatible with the

0 commit comments

Comments
 (0)