mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-29 11:20:36 +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
|
- name: Typecheck
|
||||||
run: pnpm run typecheck
|
run: pnpm run typecheck
|
||||||
|
|
||||||
|
- name: Docs typecheck
|
||||||
|
run: pnpm run docs:typecheck
|
||||||
|
continue-on-error: true
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: pnpm run test
|
run: pnpm run test
|
||||||
|
|
||||||
|
|||||||
@@ -38,9 +38,10 @@
|
|||||||
"docs": "DEV=true nuxi dev docs",
|
"docs": "DEV=true nuxi dev docs",
|
||||||
"docs:build": "nuxi build docs",
|
"docs:build": "nuxi build docs",
|
||||||
"docs:prepare": "nuxt-component-meta docs",
|
"docs:prepare": "nuxt-component-meta docs",
|
||||||
|
"docs:typecheck": "nuxi typecheck docs",
|
||||||
"lint": "eslint .",
|
"lint": "eslint .",
|
||||||
"lint:fix": "eslint . --fix",
|
"lint:fix": "eslint . --fix",
|
||||||
"typecheck": "vue-tsc --noEmit && nuxi typecheck playground && nuxi typecheck docs",
|
"typecheck": "vue-tsc --noEmit && nuxi typecheck playground",
|
||||||
"test": "vitest",
|
"test": "vitest",
|
||||||
"release": "release-it --preRelease=alpha --npm.tag=next"
|
"release": "release-it --preRelease=alpha --npm.tag=next"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user