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 25485ac commit 80e6942Copy full SHA for 80e6942
lib/mix/lib/mix/tasks/clean.ex
@@ -8,7 +8,8 @@ defmodule Mix.Tasks.Clean do
8
Deletes generated application files.
9
10
This command deletes all build artifacts for the current project.
11
- Dependencies' build files are cleaned if the `--deps` option is given.
+ Dependencies' sources and build files are cleaned only if the
12
+ `--deps` option is given.
13
14
By default this task works across all environments, unless `--only`
15
is given.
0 commit comments