Skip to content

Commit

Permalink
improvement: remove dsl cheat sheets after building
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Sep 14, 2023
1 parent 496c45e commit 07db9a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/mix/tasks/spark.cheat_sheets.ex
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,7 @@ 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 07db9a0

Please sign in to comment.