chore(frontend): replace platform-specific update:minor script with cross-platform Node.js implementation (#6155)

This commit is contained in:
Ludy
2026-04-22 11:50:01 +01:00
committed by GitHub
parent 975f135217
commit 97e2dc2c68
2 changed files with 55 additions and 1 deletions
+1 -1
View File
@@ -80,7 +80,7 @@
"web-vitals": "^5.1.0"
},
"scripts": {
"update:minor": "npm outdated || npm update --before=$(date -v-7d +%Y-%m-%d) && (npm audit fix --before=$(date -v-7d +%Y-%m-%d) || true) && npm test",
"update:minor": "node scripts/update-minor.js",
"update:major": "npx npm-check-updates -u && npm install",
"update:interactive": "npx npm-check-updates -i",
"update:minor-strict": "npx npm-check-updates -u --target minor && npm install"