ソースを参照

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

Guénaël Muller 6 年 前
コミット
ce0cbe8a0e
共有1 個のファイルを変更した5 個の追加0 個の削除を含む
  1. 5 0
      build_full_frontend.sh

+ 5 - 0
build_full_frontend.sh ファイルの表示

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