mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-15 16:32:36 +00:00
build!: use pnpm (#820)
BREAKING CHANGE: This project now uses pnpm instead of yarn
This commit is contained in:
parent
fd4ca43dc2
commit
1639f1a892
10 changed files with 3839 additions and 4744 deletions
|
|
@ -1,4 +1,7 @@
|
|||
{
|
||||
"*.{ts,tsx,js,jsx,json}": "eslint --fix",
|
||||
"*": "prettier --ignore-unknown --write"
|
||||
"*.{ts,tsx,js,jsx,json}": [
|
||||
"eslint --cache --fix",
|
||||
"prettier --cache --write"
|
||||
],
|
||||
"!*.{ts,tsx,js,jsx,json}": "prettier --cache --ignore-unknown --write"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue