package json
This commit is contained in:
20
run.sh
20
run.sh
@@ -1,2 +1,18 @@
|
||||
#!/bin/bash
|
||||
bash /workspace/data_threefold/gitpod_scripts/run.sh
|
||||
|
||||
|
||||
set -e
|
||||
cd /home/gitpod/codewww/github/threefoldfoundation/www_threefold_io/development
|
||||
|
||||
#set +e
|
||||
#source /home/gitpod/.publisher/nvm.sh
|
||||
#set -e
|
||||
#nvm use --lts
|
||||
|
||||
export PATH=/home/gitpod/.publisher/versions/node/v14.17.0/bin:$PATH
|
||||
|
||||
if [ -f vue.config.js ]; then
|
||||
npm run-script serve
|
||||
else
|
||||
gridsome develop
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user