Skip to content

Commit eac5138

Browse files
feat: Outputting files at the end of build.ps1
1 parent 99693b2 commit eac5138

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

4bitcss.com/build.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,3 +195,5 @@ if ($site.Archive) {
195195
}
196196
#endregion archive.zip
197197
if ($PSScriptRoot) { Pop-Location }
198+
199+
$site.PSScriptRoot | Get-ChildItem -Recurse -File

0 commit comments

Comments
 (0)