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 0cbc6be commit 6c79e6dCopy full SHA for 6c79e6d
.github/workflows/check.yaml
@@ -24,4 +24,4 @@ jobs:
24
run: bun install
25
26
- name: Run linter
27
- run: bun run lint
+ run: bun run check:all
package.json
@@ -13,7 +13,7 @@
13
"check:types": "tsgo --noEmit",
14
"lint": "bun run lint:eslint && bun run lint:prettier",
15
"check": "bun run check:types",
16
- "check:all": "bun run check:types && bun run lint"
+ "check:all": "bun run check && bun run lint"
17
},
18
"dependencies": {
19
"@astrojs/cloudflare": "^12.6.10",
0 commit comments