chore: remove browserslist:update script (#660)

Not needed since we use renovate. See https://github.com/go-vikunja/vikunja/pull/656#issuecomment-2792207288 and a09840b852/renovate.json (L24-L33)
This commit is contained in:
Dominik Pschenitschni 2025-04-11 16:06:12 +02:00 committed by GitHub
parent a09840b852
commit 027240f08c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -40,7 +40,6 @@
"test:e2e-dev": "start-server-and-test preview http://127.0.0.1:4173 'cypress open --e2e'",
"test:unit": "vitest --dir ./src",
"typecheck": "vue-tsc --build --force",
"browserslist:update": "pnpm dlx browserslist@latest --update-db",
"fonts:update": "pnpm fonts:download && pnpm fonts:subset",
"fonts:download": "./scripts/fonts-download.sh",
"fonts:subset": "./scripts/fonts-subset.sh",