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:
init: |
bash install-node.sh
nvm use 14
cd packages/enketo-express && pnpm i && pnpm i -g grunt
bash update-config.sh
pnpm i && pnpm i -g grunt
gp sync-done setup
command: |
grunt develop
......
#!/bin/bash
cd packages/enketo-express/config
cd ./config
formManagerBaseURI=${GITPOD_WORKSPACE_URL:8}
echo "$( jq '."formManagerBaseURI" = "'"https://3006-$formManagerBaseURI"'"' default-config.json )" > default-config.json
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