Sfoglia il codice sorgente

fixed install_frontend_dependencies.sh with app workspace

Skylsmoi 7 anni fa
parent
commit
21168caba2
1 ha cambiato i file con 11 aggiunte e 0 eliminazioni
  1. 11 0
      install_frontend_dependencies.sh

+ 11 - 0
install_frontend_dependencies.sh Vedi File

32
 npm link tracim_frontend_lib
32
 npm link tracim_frontend_lib
33
 cd -
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
 # install app Admin Workspace User
46
 # install app Admin Workspace User
36
 
47
 
37
 log "cd frontend_app_admin_workspace_user"
48
 log "cd frontend_app_admin_workspace_user"