浏览代码

fixed install_frontend_dependencies.sh with app workspace

Skylsmoi 5 年前
父节点
当前提交
21168caba2
共有 1 个文件被更改,包括 11 次插入0 次删除
  1. 11 0
      install_frontend_dependencies.sh

+ 11 - 0
install_frontend_dependencies.sh 查看文件

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