Commit f1eff86e authored by Amit Sharma's avatar Amit Sharma
Browse files

Script Fix

Showing with 3 additions and 2 deletions
+3 -2
...@@ -4,8 +4,8 @@ tasks: ...@@ -4,8 +4,8 @@ tasks:
init: | init: |
bash install-node.sh bash install-node.sh
nvm use 14 nvm use 14
cd packages/enketo-express && pnpm i && pnpm i -g grunt
bash update-config.sh bash update-config.sh
pnpm i && pnpm i -g grunt
gp sync-done setup gp sync-done setup
command: | command: |
grunt develop grunt develop
......
#!/bin/bash #!/bin/bash
cd packages/enketo-express/config
cd ./config
formManagerBaseURI=${GITPOD_WORKSPACE_URL:8} formManagerBaseURI=${GITPOD_WORKSPACE_URL:8}
echo "$( jq '."formManagerBaseURI" = "'"https://3006-$formManagerBaseURI"'"' default-config.json )" > default-config.json echo "$( jq '."formManagerBaseURI" = "'"https://3006-$formManagerBaseURI"'"' default-config.json )" > default-config.json
cd .. cd ..
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment