commit hook is broken for now

This commit is contained in:
AAGaming
2024-07-08 18:05:24 -04:00
parent 383225aa54
commit 88fed53a07

View File

@@ -10,8 +10,7 @@
"lint": "prettier -c src",
"typecheck": "tsc --noEmit",
"format": "prettier -c src -w",
"localize": "i18next",
"commit": "pnpm run localize && pnpm run lint"
"localize": "i18next"
},
"devDependencies": {
"@decky/api": "^1.0.5",