Browse Source

added missing npm link in install_frontend_dependencies.sh

Skylsmoi 6 years ago
parent
commit
c208848888
1 changed files with 2 additions and 0 deletions
  1. 2 0
      install_frontend_dependencies.sh

+ 2 - 0
install_frontend_dependencies.sh View File

65
   cd frontend
65
   cd frontend
66
   log "npm i"
66
   log "npm i"
67
   npm i
67
   npm i
68
+  log "npm link tracim_frontend_lib"
69
+  npm link tracim_frontend_lib
68
 )
70
 )