mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
chore(github): split docs typecheck
This commit is contained in:
4
.github/workflows/ci-v3.yml
vendored
4
.github/workflows/ci-v3.yml
vendored
@@ -49,6 +49,10 @@ jobs:
|
||||
- name: Typecheck
|
||||
run: pnpm run typecheck
|
||||
|
||||
- name: Docs typecheck
|
||||
run: pnpm run docs:typecheck
|
||||
continue-on-error: true
|
||||
|
||||
- name: Test
|
||||
run: pnpm run test
|
||||
|
||||
|
||||
@@ -38,9 +38,10 @@
|
||||
"docs": "DEV=true nuxi dev docs",
|
||||
"docs:build": "nuxi build docs",
|
||||
"docs:prepare": "nuxt-component-meta docs",
|
||||
"docs:typecheck": "nuxi typecheck docs",
|
||||
"lint": "eslint .",
|
||||
"lint:fix": "eslint . --fix",
|
||||
"typecheck": "vue-tsc --noEmit && nuxi typecheck playground && nuxi typecheck docs",
|
||||
"typecheck": "vue-tsc --noEmit && nuxi typecheck playground",
|
||||
"test": "vitest",
|
||||
"release": "release-it --preRelease=alpha --npm.tag=next"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user