Skip to content

Commit e8b732b

Browse files
committed
💚 Fix data inclusion in builds
1 parent 497e25d commit e8b732b

7 files changed

Lines changed: 1 addition & 0 deletions

scripts/Build-ThisModule.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ Export-ModuleMember -Function $($public.BaseName -join ',')
3939
$PSScriptRoot |Split-Path |Push-Location
4040
New-Item .publish -Type Directory -ErrorAction Ignore |Out-Null
4141
Copy-Item (Join-Path src *.psd1) .publish
42+
Copy-Item data .publish -Recurse -Force
4243
}
4344
Process
4445
{

0 commit comments

Comments
 (0)