mirror of https://github.com/OpenVidu/openvidu.git
ci-scripts: remove comment
parent
8d150d27ae
commit
2daf28518b
|
@ -537,7 +537,6 @@ fi
|
||||||
# -------------
|
# -------------
|
||||||
if [[ "${BUMP_NPM_DEPENDENCY_VERSION}" == true ]]; then
|
if [[ "${BUMP_NPM_DEPENDENCY_VERSION}" == true ]]; then
|
||||||
tmp=$(mktemp) && jq -j ".dependencies.\"${DEPENDENCY}\" = \"${VERSION}\"" package.json >"$tmp" && mv "$tmp" package.json
|
tmp=$(mktemp) && jq -j ".dependencies.\"${DEPENDENCY}\" = \"${VERSION}\"" package.json >"$tmp" && mv "$tmp" package.json
|
||||||
# npm install "${DEPENDENCY}@${VERSION}" --save-exact=true --legacy-peer-deps
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# -------------
|
# -------------
|
||||||
|
|
Loading…
Reference in New Issue