ソースを参照

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"