From 2daf28518b02341401a72ddc16a613af96a6114f Mon Sep 17 00:00:00 2001 From: pabloFuente Date: Fri, 10 Mar 2023 13:51:11 +0100 Subject: [PATCH] ci-scripts: remove comment --- ci-scripts/commons.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/ci-scripts/commons.sh b/ci-scripts/commons.sh index ba9357a5..98e160b9 100755 --- a/ci-scripts/commons.sh +++ b/ci-scripts/commons.sh @@ -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 # -------------