Skip to content

Commit e9b18f7

Browse files
feat: Adding MarkX build ( Fixes PoshWeb#1, Fixes PoshWeb#10 )
-Force (ing) MarkX install
1 parent 08ea26e commit e9b18f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Push-Location $PSScriptRoot
1414
if ($env:GITHUB_WORKFLOW) {
1515
$null = sudo npm install -g '@11ty/eleventy'
1616

17-
Install-Module MarkX
17+
Install-Module MarkX -Force
1818

1919
Import-Module MarkX -Global
2020
}

0 commit comments

Comments
 (0)