rename script test -> check

This commit is contained in:
lone-cloud 2025-12-30 21:03:40 -08:00
parent 595474dc98
commit c728cf0205
2 changed files with 2 additions and 2 deletions

View file

@ -37,7 +37,7 @@ jobs:
run: yarn run: yarn
- name: Run checks (format, lint, type check) - name: Run checks (format, lint, type check)
run: yarn test run: yarn check
- name: Test build - name: Test build
run: yarn build run: yarn build

2
.vscode/tasks.json vendored
View file

@ -48,7 +48,7 @@
{ {
"label": "Check All (Lint + Type)", "label": "Check All (Lint + Type)",
"type": "shell", "type": "shell",
"command": "yarn test", "command": "yarn check",
"group": "test", "group": "test",
"presentation": { "presentation": {
"echo": true, "echo": true,