Skip to content

Commit ae28631

Browse files
committed
Rename typecheck to svelte:check to be more indicative of its purpose
1 parent 50b712a commit ae28631

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: npm run lint
2929

3030
- name: Type check
31-
run: npm run typecheck
31+
run: npm run svelte:check
3232

3333
package:
3434
name: Package VSIX (${{ matrix.name }})

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@
451451
"lint": "eslint .",
452452
"format": "prettier --write src",
453453
"check": "prettier --check src",
454-
"typecheck": "svelte-check --tsconfig ./tsconfig.app.json",
454+
"svelte:check": "svelte-check --tsconfig ./tsconfig.app.json",
455455
"build": "rspack build --mode development",
456456
"prod": "rspack build --mode production",
457457
"watch": "rspack build --watch --mode development",

0 commit comments

Comments
 (0)