mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-12 19:23:51 +00:00
chore: update check-types command to typecheck (aligns with nuxt usage)
This commit is contained in:
parent
d8fd005722
commit
31468f7716
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -42,7 +42,7 @@ jobs:
|
|||
run: pnpm run lint-ci
|
||||
|
||||
- name: Run type check
|
||||
run: pnpm run check-types
|
||||
run: pnpm run typecheck
|
||||
|
||||
- name: Run Tests
|
||||
run: pnpm run test:unit
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
"build": "vite build",
|
||||
"preview": "vite preview",
|
||||
"test:unit": "vitest",
|
||||
"check-types": "vue-tsc --noEmit",
|
||||
"typecheck": "vue-tsc --noEmit",
|
||||
"lint": "eslint src tests e2e",
|
||||
"lint-ci": "eslint --no-fix src tests e2e",
|
||||
"test:e2e": "playwright test",
|
||||
|
|
Loading…
Reference in New Issue
Block a user