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 528d1da commit 5e5b942Copy full SHA for 5e5b942
build.sh
@@ -3,6 +3,7 @@
3
if [ ! -d "dist" ]; then
4
mkdir dist
5
fi
6
+rm -rf dist/*
7
echo Building admin
8
cd admin
9
npm run build
0 commit comments