fixup: use eslint:fix instead of prettier in fix script
Some checks failed
Build Docker image / docker-arm64 (push) Has been cancelled
Build Docker image / docker-amd64 (push) Has been cancelled
Build / build (push) Successful in 1m8s

This commit is contained in:
Sainan 2025-08-27 22:33:55 +02:00
parent c52f7dcedc
commit f13de810e5

View File

@ -23,7 +23,7 @@
"prettier": "prettier --write .",
"update-translations": "cd scripts && node update-translations.cjs",
"fix-imports": "cd scripts && node fix-imports.cjs",
"fix": "npm run update-translations && npm run fix-imports && npm run prettier"
"fix": "npm run update-translations && npm run fix-imports && npm run lint:fix"
},
"license": "GNU",
"type": "module",