gitpod
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user