Debugging theia-concourse build script

This commit is contained in:
BoykoAlex
2018-05-23 17:25:23 -04:00
parent e32e6c9821
commit 92f67b2a45

View File

@@ -6,7 +6,7 @@ update_package_json() {
echo "Extension id ${3}"
cd $1
tmp=$(mktemp)
jq_cmd=".dependencies[\"@theia/${2}\"] = ${3}"
jq_cmd=".dependencies[\"@theia/${2}\"] = \"${3}\""
echo "Command=${jq_cmd}"
jq "${jq_cmd}" package.json > "$tmp" && mv "$tmp" package.json
npm version $3