Kaynağa Gözat

added folder creation in build_full_frontend.sh

Skylsmoi 6 yıl önce
ebeveyn
işleme
d874757025
1 değiştirilmiş dosya ile 5 ekleme ve 0 silme
  1. 5 0
      build_full_frontend.sh

+ 5 - 0
build_full_frontend.sh Dosyayı Görüntüle

@@ -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"