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 a0c2542 commit edbd77cCopy full SHA for edbd77c
src/Fable.Build/FableLibrary/Rust.fs
@@ -22,6 +22,8 @@ type BuildFableLibraryRust() =
22
23
Command.Run("cargo", "build", workingDirectory = this.BuildDir)
24
25
+ Command.Run("cargo", "clean", workingDirectory = this.BuildDir)
26
+
27
override this.CopyStage() =
28
// Copy all *.rs files to the build directory
29
Directory.GetFiles(this.SourceDir, "*.rs") |> Shell.copyFiles this.OutDir
0 commit comments