Browse Source

Merge branch 'develop' of github.com:tracim/tracim_v2 into fix/742_backend_should_generate_index.html

Guénaël Muller 5 years ago
parent
commit
ce0cbe8a0e
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"