We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9da99d commit 528d1daCopy full SHA for 528d1da
build.bat
@@ -1,7 +1,8 @@
1
@echo off
2
REM This script will build then aggregating the dist files for the two directories into one for release - WINDOWS
3
IF EXIST dist (
4
- echo Final dist folder found
+ echo Final dist folder found, clearing
5
+ del dist\* /q /s
6
) ELSE (
7
echo Creating dist folder
8
mkdir dist
0 commit comments