Run tsc on commit
This commit is contained in:
@@ -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',
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user