We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11e76c3 commit 8fc2b7fCopy full SHA for 8fc2b7f
.github/dependabot.yml
@@ -2,7 +2,7 @@ version: 2
2
enable-beta-ecosystems: true # support bun
3
updates:
4
- package-ecosystem: "npm"
5
- directory: "."
+ directory: "."
6
schedule:
7
interval: "weekly"
8
timezone: "Asia/Tokyo"
package.json
@@ -15,6 +15,7 @@
15
"dev": "astro dev",
16
"check": "bun check:only && bun format:check",
17
"check:only": "astro check",
18
+ "fix": "bun format",
19
"format": "biome check . --fix --unsafe && bun prettier . --write",
20
"format:check": "biome check . && bun prettier --check .",
21
"format:staged": "biome check . --fix && bun prettier --write",
0 commit comments