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 78afa46 commit 8a15b11Copy full SHA for 8a15b11
.github/workflows/ci.yml
@@ -27,8 +27,8 @@ jobs:
27
- name: Install
28
run: pnpm install
29
30
- - name: Lint
31
- run: pnpm lint
+ - name: Format and lint
+ run: pnpm format-and-lint
32
33
typecheck:
34
runs-on: ubuntu-latest
package.json
@@ -60,8 +60,8 @@
60
"dev": "pnpm build --watch",
61
"prepare": "husky",
62
"update": "vscode-ext-gen --output src/generated/meta.ts",
63
- "format-and-link": "biome check .",
64
- "format-and-link:fix": "biome check . --write",
+ "format-and-lint": "biome check .",
+ "format-and-lint:fix": "biome check . --write",
65
"vscode:prepublish": "pnpm build",
66
"publish": "vsce publish --no-dependencies",
67
"pack": "vsce package --no-dependencies",
0 commit comments