mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-16 08:52:35 +00:00
build: use yarn (#566)
This commit is contained in:
parent
d7c9fe4fd7
commit
828b013112
7 changed files with 3119 additions and 9772 deletions
|
|
@ -1,6 +1,6 @@
|
|||
module.exports = {
|
||||
'*.{ts,tsx,js,jsx,json}': ['npm run lint-es:file:fix'],
|
||||
'*.{ts,tsx,js,jsx,json}': ['yarn lint-es:file:fix'],
|
||||
'*.{vue,ts,css,less,scss,html,htm,md,markdown,yml,yaml}': [
|
||||
'npm run format:file',
|
||||
'yarn format:file',
|
||||
],
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue