mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-21 15:52:18 +02:00
Fix biome erroring with no changed files
This commit is contained in:
parent
f1988cf237
commit
2f06dea2f7
@ -3,7 +3,7 @@ pre-commit:
|
|||||||
commands:
|
commands:
|
||||||
biome-lint:
|
biome-lint:
|
||||||
glob: "*.{js,jsx,ts,tsx}"
|
glob: "*.{js,jsx,ts,tsx}"
|
||||||
run: npx @biomejs/biome check --write --reporter=summary {staged_files}
|
run: npx @biomejs/biome check --write --reporter=summary
|
||||||
stage_fixed: true
|
stage_fixed: true
|
||||||
skip:
|
skip:
|
||||||
- merge
|
- merge
|
||||||
@ -13,7 +13,7 @@ pre-push:
|
|||||||
commands:
|
commands:
|
||||||
biome-lint:
|
biome-lint:
|
||||||
glob: "*.{js,ts,jsx,tsx}"
|
glob: "*.{js,ts,jsx,tsx}"
|
||||||
run: npx @biomejs/biome check --write --reporter=summary {push_files}
|
run: npx @biomejs/biome check --write --reporter=summary
|
||||||
|
|
||||||
post-merge:
|
post-merge:
|
||||||
commands:
|
commands:
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
"eslint": "eslint --fix .",
|
"eslint": "eslint --fix .",
|
||||||
"eslint-ci": "eslint .",
|
"eslint-ci": "eslint .",
|
||||||
"biome": "biome check --write",
|
"biome": "biome check --write",
|
||||||
"biome-ci": "biome ci --changed",
|
"biome-ci": "biome ci",
|
||||||
"docs": "typedoc",
|
"docs": "typedoc",
|
||||||
"depcruise": "depcruise src",
|
"depcruise": "depcruise src",
|
||||||
"depcruise:graph": "depcruise src --output-type dot | node dependency-graph.js > dependency-graph.svg",
|
"depcruise:graph": "depcruise src --output-type dot | node dependency-graph.js > dependency-graph.svg",
|
||||||
|
Loading…
Reference in New Issue
Block a user