Browse Source

fixed install_frontend_dependencies.sh with app workspace

Skylsmoi 5 years ago
parent
commit
21168caba2
1 changed files with 11 additions and 0 deletions
  1. 11 0
      install_frontend_dependencies.sh

+ 11 - 0
install_frontend_dependencies.sh View File

@@ -32,6 +32,17 @@ log "npm link tracim_frontend_lib"
32 32
 npm link tracim_frontend_lib
33 33
 cd -
34 34
 
35
+# install app Workspace
36
+
37
+log "cd frontend_app_workspace"
38
+cd frontend_app_workspace
39
+log "npm i"
40
+npm i
41
+log "npm link tracim_frontend_lib"
42
+npm link tracim_frontend_lib
43
+cd -
44
+
45
+
35 46
 # install app Admin Workspace User
36 47
 
37 48
 log "cd frontend_app_admin_workspace_user"