Skip to content

Commit 08ea26e

Browse files
feat: Adding MarkX build ( Fixes PoshWeb#1, Fixes PoshWeb#10 )
Importing MarkX (globally)
1 parent 37a1fb5 commit 08ea26e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

build.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ if ($env:GITHUB_WORKFLOW) {
1515
$null = sudo npm install -g '@11ty/eleventy'
1616

1717
Install-Module MarkX
18+
19+
Import-Module MarkX -Global
1820
}
1921
#endregion Install Prereqs
2022

0 commit comments

Comments
 (0)