Browse Source

added folder creation in build_full_frontend.sh

Skylsmoi 5 years ago
parent
commit
d874757025
1 changed files with 5 additions and 0 deletions
  1. 5 0
      build_full_frontend.sh

+ 5 - 0
build_full_frontend.sh View File

@@ -13,6 +13,11 @@ echo -e "\n${BROWN}/!\ ${NC}this script does not run 'npm install'\n${BROWN}/!\
13 13
 # get the new sources
14 14
 git pull origin develop
15 15
 
16
+# create folder frontend/dist/app/ if no exists
17
+if [ ! -d "frontend/dist/app/" ]; then
18
+  mkdir frontend/dist/app/
19
+fi
20
+
16 21
 # Tracim Lib
17 22
 (
18 23
   log "build frontend_lib"