Skip to content
Snippets Groups Projects
Verified Commit 29fec186 authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

chore: commit save point

parent 57ef1139
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ BUILD_PATH="${PROJECT_ROOT}deployment/build/npm/" ...@@ -8,7 +8,7 @@ BUILD_PATH="${PROJECT_ROOT}deployment/build/npm/"
DEVELOPMENT_PATH="${PROJECT_ROOT}development/" DEVELOPMENT_PATH="${PROJECT_ROOT}development/"
if [ -d $BUILD_PATH ]; then if [ -d $BUILD_PATH ]; then
rm -rf $BUILD_PATH} rm -rf ${BUILD_PATH}
fi fi
mkdir -p ${BUILD_PATH} mkdir -p ${BUILD_PATH}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment