Move npm dependencies to top-level of repo

This commit is contained in:
Starbeamrainbowlabs 2019-07-19 12:12:34 +01:00
parent 5c7cc1e906
commit 5f5a4382a3
3 changed files with 0 additions and 2 deletions

2
build
View File

@ -100,9 +100,7 @@ task_setup() {
task_end $?;
task_begin "Installing server dependencies";
cd server;
npm install;
cd ..;
exit_code="${?}";
task_end ${exit_code};