소스 검색

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
 )