We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44dc72e commit be3dc84Copy full SHA for be3dc84
1 file changed
Pack.ps1
@@ -35,6 +35,10 @@ if ( ![IO.Directory]::Exists( ".\MsgPack-CLI" ) )
35
{
36
New-Item .\MsgPack-CLI -Type Directory | Out-Null
37
}
38
+else
39
+{
40
+ Remove-Item .\MsgPack-CLI\* -Recurse
41
+}
42
43
if ( ![IO.Directory]::Exists( ".\MsgPack-CLI\mpu" ) )
44
0 commit comments