Skip to content

Commit 1999d04

Browse files
🩹 [Patch]: Ensure script exits cleanly after module build
1 parent 0f421df commit 1999d04

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/main.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,5 @@ $params = @{
5252
}
5353

5454
Build-PSModule @params
55+
56+
exit 0

0 commit comments

Comments
 (0)