This commit is contained in:
2021-07-11 12:49:54 +00:00
parent 9f492144a7
commit 9c14920137
2 changed files with 5 additions and 1 deletions

View File

@@ -19,7 +19,9 @@ rm -f yarn.lock
rm -rf .cache
#copy from the docker image to speedup
rsync -rav --delete $base/node_modules/ node_modules/
echo "sync node modules to website"
rsync -ra --delete $base/node_modules/ node_modules/
echo "done"
#make sure all modules are there
npm install