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

@@ -18,6 +18,8 @@ rm -rf .cache
nvm install --lts nvm install --lts
nvm use --lts nvm use --lts
npm install --global @gridsome/cli
cd /workspace cd /workspace
git clone https://github.com/threefoldfoundation/data_threefold git clone https://github.com/threefoldfoundation/data_threefold

View File

@@ -19,7 +19,9 @@ rm -f yarn.lock
rm -rf .cache rm -rf .cache
#copy from the docker image to speedup #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 #make sure all modules are there
npm install npm install