Skip to content

Commit

Permalink
fix: don't remove DSL directory immediately after generating
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Sep 14, 2023
1 parent 9c62c65 commit 8380afe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/mix/tasks/spark.cheat_sheets.ex
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,5 @@ defmodule Mix.Tasks.Spark.CheatSheets do
extension_name = Spark.Mix.Helpers.extension_name(extension, opts)
File.write!("documentation/dsls/DSL:-#{extension_name}.cheatmd", cheat_sheet)
end

File.rm_rf!("documentation/dsls")
end
end

0 comments on commit 8380afe

Please sign in to comment.