chore: route updater gates to lifecycle 3.4

This commit is contained in:
Masterluke77
2026-07-10 14:38:24 +02:00
parent 01c635bca4
commit d9d6f9e91a
+4 -3
View File
@@ -37,10 +37,11 @@
"verify:ignore-boundaries": "node tools/verify-git-ignore-boundaries-1.41.2.mjs",
"verify:production-operations": "node tools/verify-production-operations-1.42.0.mjs && node --no-warnings tools/verify-production-operations-db-1.42.0.mjs",
"verify:invitations": "node tools/verify-controlled-invitations-1.42.0.mjs",
"verify:one-click-update": "node tools/verify-production-updater-3.3.mjs",
"verify:one-click-update": "node tools/verify-production-updater-3.4.mjs",
"verify:module-navigation": "node tools/verify-module-navigation-generator-1.43.0.mjs",
"verify:updater-ui": "node tools/verify-production-updater-3.3.mjs",
"verify:updater-hotfix": "node tools/verify-production-updater-3.3.mjs",
"verify:updater-ui": "node tools/verify-production-updater-3.4.mjs",
"verify:updater-hotfix": "node tools/verify-production-updater-3.4.mjs",
"verify:updater-lifecycle": "node tools/verify-production-updater-3.4.mjs",
"verify:powershell-static": "node tools/verify-powershell-static.mjs",
"verify:sqlite-cleanup": "node tools/verify-sqlite-cleanup-contract-1.43.0.mjs && node tools/verify-windows-sqlite-cleanup-regression-1.43.0.mjs",
"verify:release-manifest": "node tools/verify-release-manifest-staging-3.0.mjs"