Skip to content

Commit 8fc2b7f

Browse files
committed
format and add script "fix" for quick fix
1 parent 11e76c3 commit 8fc2b7f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22
enable-beta-ecosystems: true # support bun
33
updates:
44
- package-ecosystem: "npm"
5-
directory: "."
5+
directory: "."
66
schedule:
77
interval: "weekly"
88
timezone: "Asia/Tokyo"

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"dev": "astro dev",
1616
"check": "bun check:only && bun format:check",
1717
"check:only": "astro check",
18+
"fix": "bun format",
1819
"format": "biome check . --fix --unsafe && bun prettier . --write",
1920
"format:check": "biome check . && bun prettier --check .",
2021
"format:staged": "biome check . --fix && bun prettier --write",

0 commit comments

Comments
 (0)