Skip to content

Commit

Permalink
Add BuildModule task
Browse files Browse the repository at this point in the history
  • Loading branch information
devblackops committed Nov 17, 2023
1 parent 8a35847 commit 1a3a487
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion psakeFile.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ using namespace System.Collections.ObjectModel

task default -depends Test

task Pester -FromModule PowerShellBuild -Version '0.6.1' -preaction {Remove-Module Terminal-Icons -ErrorAction SilentlyContinue}
task BuildModule -preaction {Remove-Module Terminal-Icons -ErrorAction SilentlyContinue} -depends CompileTheme, Build {}

task Pester -FromModule PowerShellBuild -Version '0.6.1'

task CompileTheme {
$escape = [char]27
Expand Down

0 comments on commit 1a3a487

Please sign in to comment.