ci-scripts: remove comment

pull/780/head
pabloFuente 2023-03-10 13:51:11 +01:00
parent 8d150d27ae
commit 2daf28518b
1 changed files with 0 additions and 1 deletions

View File

@ -537,7 +537,6 @@ fi
# -------------
if [[ "${BUMP_NPM_DEPENDENCY_VERSION}" == true ]]; then
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
# -------------