Browse Source

add app_thread to script first install

philippe 5 years ago
parent
commit
8df7d67cc4
1 changed files with 12 additions and 0 deletions
  1. 12 0
      first_install_frontend.sh

+ 12 - 0
first_install_frontend.sh View File

@@ -29,6 +29,18 @@ log "cp dist/html-document.app.js"
29 29
 cp dist/html-document.app.js ../frontend/dist/app
30 30
 cd -
31 31
 
32
+log "cd frontend_app_thread"
33
+cd frontend_app_thread
34
+log "npm i"
35
+npm i
36
+log "npm link tracim_frontend_lib"
37
+npm link tracim_frontend_lib
38
+log "npm run build$windoz # for frontend_app_thread"
39
+npm run build$windoz
40
+log "cp dist/thread.app.js"
41
+cp dist/thread.app.js ../frontend/dist/app
42
+cd -
43
+
32 44
 log "cd frontend"
33 45
 cd frontend
34 46
 log "npm i"