Run tsc on commit

This commit is contained in:
schroda
2026-04-25 13:01:31 +02:00
parent 2b0dbd33b4
commit e03139c4aa

View File

@@ -9,4 +9,5 @@
export default { export default {
'*.{ts,tsx,js,jsx}': ['oxfmt --write', 'oxlint --fix', () => `yarn i18n:extract`, 'git add src/i18n/locales/*.po'], '*.{ts,tsx,js,jsx}': ['oxfmt --write', 'oxlint --fix', () => `yarn i18n:extract`, 'git add src/i18n/locales/*.po'],
'*.{json,md,yml,yaml,css,scss,html,graphql}': 'oxfmt --write', '*.{json,md,yml,yaml,css,scss,html,graphql}': 'oxfmt --write',
'*.{ts,tsx,json}': () => 'yarn tsc',
}; };