Switch to "pnpm" from "yarn"
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
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', () => `pnpm i18n:extract`, 'git add src/i18n/locales/*.po'],
|
||||
'*.{json,md,yml,yaml,css,scss,html,graphql}': 'oxfmt --write',
|
||||
'*.{ts,tsx,json}': () => 'yarn tsc',
|
||||
'*.{ts,tsx,json}': () => 'pnpm tsc',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user