Skip to content

Commit be3dc84

Browse files
committed
Fix build script.
1 parent 44dc72e commit be3dc84

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Pack.ps1

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ if ( ![IO.Directory]::Exists( ".\MsgPack-CLI" ) )
3535
{
3636
New-Item .\MsgPack-CLI -Type Directory | Out-Null
3737
}
38+
else
39+
{
40+
Remove-Item .\MsgPack-CLI\* -Recurse
41+
}
3842

3943
if ( ![IO.Directory]::Exists( ".\MsgPack-CLI\mpu" ) )
4044
{

0 commit comments

Comments
 (0)