This commit is contained in:
2021-08-26 13:53:25 +02:00
parent df207feced
commit a5030f6dc6
6 changed files with 3 additions and 114 deletions

13
run.sh
View File

@@ -1,13 +0,0 @@
source /home/gitpod/publisher/nvm.sh && nvm use --lts && export PATH=/home/gitpod/publisher/versions/node/v14.17.5/bin:$PATH
set -e
cd /workspace/www_threefold_io
if [ -f vue.config.js ]; then
npm run-script serve
else
gridsome develop
fi