mirror of
https://github.com/lone-cloud/gerbil
synced 2026-06-03 19:54:44 -07:00
rename script test -> check
This commit is contained in:
parent
595474dc98
commit
c728cf0205
2 changed files with 2 additions and 2 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -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
2
.vscode/tasks.json
vendored
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue