Skip to content

Commit 61a4a55

Browse files
committed
chore: update docs scripts
1 parent 3c07861 commit 61a4a55

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docs/macros/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
List of all available macros.
44

5-
Please make sure `unplugin-vue-macros` is set up correctly. If you have't yet, read [Getting Started](/getting-started) first.
5+
Please make sure `unplugin-vue-macros` is set up correctly. If you have't yet, read [Getting Started](/guide/getting-started) first.
66

77
- [defineOptions](/macros/define-options)
88
- [defineModel](/macros/define-model)

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,14 @@
99
"build": "turbo run build --filter=\"./packages/*\"",
1010
"dev": "turbo run dev --filter=\"./packages/*\"",
1111
"play": "pnpm run -C ./playground dev",
12+
"docs:dev": "pnpm run -C ./docs dev",
13+
"docs:build": "pnpm run -C ./docs build",
1214
"test": "vitest",
1315
"lint": "eslint . --ext .vue,.js,.ts,.jsx,.tsx,.md,.json --max-warnings 0",
1416
"publish": "pnpm build && changeset publish",
1517
"typecheck": "run-p \"typecheck:*\"",
1618
"typecheck:lib": "tsc --noEmit -p tsconfig.lib.json",
17-
"typecheck:test": "tsc --noEmit -p tsconfig.test.json",
18-
"docs:play": "pnpm --filter docs docs:dev"
19+
"typecheck:test": "tsc --noEmit -p tsconfig.test.json"
1920
},
2021
"peerDependencies": {
2122
"vue": "^2.7.0 || ^3.2.25"

0 commit comments

Comments
 (0)