Skip to content

Commit 16f11a8

Browse files
committed
ci: add docs build
1 parent faed7fa commit 16f11a8

File tree

4 files changed

+27
-29
lines changed

4 files changed

+27
-29
lines changed

.github/workflows/unit-test.yml

+3
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,6 @@ jobs:
6262

6363
- name: Test
6464
run: nr test
65+
66+
- name: Docs Build
67+
run: nr docs:build

packages/vue-jsx-vapor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,6 @@
232232
"@nuxt/schema": "catalog:",
233233
"@types/babel__core": "catalog:",
234234
"csstype": "^3.1.3",
235-
"vue": "link:/Users/zmj/Documents/core/packages/vue"
235+
"vue": "catalog:"
236236
}
237237
}

pnpm-lock.yaml

+22-27
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"target": "ESNext",
44
"jsx": "preserve",
55
"jsxFactory": "h",
6-
"jsxImportSource": "vue",
6+
"jsxImportSource": "vue-jsx-vapor",
77
"lib": ["esnext", "DOM"],
88
"useDefineForClassFields": false,
99
"customConditions": ["dev"],

0 commit comments

Comments
 (0)