Skip to content

Commit 5e5b942

Browse files
committed
Remove dist folder contents (Linux)
1 parent 528d1da commit 5e5b942

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
if [ ! -d "dist" ]; then
44
mkdir dist
55
fi
6+
rm -rf dist/*
67
echo Building admin
78
cd admin
89
npm run build

0 commit comments

Comments
 (0)