Explorar el Código

fixed install_frontend_dependencies.sh with app workspace

Skylsmoi hace 5 años
padre
commit
21168caba2
Se han modificado 1 ficheros con 11 adiciones y 0 borrados
  1. 11 0
      install_frontend_dependencies.sh

+ 11 - 0
install_frontend_dependencies.sh Ver fichero

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