瀏覽代碼

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
 # get the new sources
13
 # get the new sources
14
 git pull origin develop
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
 # Tracim Lib
21
 # Tracim Lib
17
 (
22
 (
18
   log "build frontend_lib"
23
   log "build frontend_lib"