diff options
Diffstat (limited to 'frontend')
| -rw-r--r-- | frontend/package.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/frontend/package.json b/frontend/package.json index 5af6e412..4aff79c3 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -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", |
