ソースを参照

added missing npm link in install_frontend_dependencies.sh

Skylsmoi 6 年 前
コミット
c208848888
共有1 個のファイルを変更した2 個の追加0 個の削除を含む
  1. 2 0
      install_frontend_dependencies.sh

+ 2 - 0
install_frontend_dependencies.sh ファイルの表示

@@ -65,4 +65,6 @@
65 65
   cd frontend
66 66
   log "npm i"
67 67
   npm i
68
+  log "npm link tracim_frontend_lib"
69
+  npm link tracim_frontend_lib
68 70
 )