Fix: removed hand editing of package-lock.json from bump script.
All checks were successful
build / build (push) Successful in 10s

This commit is contained in:
2026-03-07 19:10:14 +01:00
parent 281b0c13aa
commit a4b08d6a15
3 changed files with 4 additions and 5 deletions

View File

@@ -45,5 +45,4 @@ if (!['major', 'minor', 'patch'].includes(releaseType)) {
throw new Error(`Invalid --release-type '${releaseType}'. Allowed: major, minor, patch.`);
}
const bumpedVersion = bump('package.json', undefined, releaseType);
bump('package-lock.json', bumpedVersion);
bump('package.json', undefined, releaseType);