Skip to content

Commit 528d1da

Browse files
committed
Remove dist folder contents if found (batch script)
1 parent f9da99d commit 528d1da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.bat

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
@echo off
22
REM This script will build then aggregating the dist files for the two directories into one for release - WINDOWS
33
IF EXIST dist (
4-
echo Final dist folder found
4+
echo Final dist folder found, clearing
5+
del dist\* /q /s
56
) ELSE (
67
echo Creating dist folder
78
mkdir dist

0 commit comments

Comments
 (0)