Skip to content

Commit 6e5c3ab

Browse files
AlbertBrandantfu
andauthored
docs: fix docs and demo build scripts (#2403)
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
1 parent bfe2781 commit 6e5c3ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"lint:fix": "nr lint --fix",
2323
"typecheck": "vue-tsc --noEmit",
2424
"docs": "pnpm -C docs run dev",
25-
"docs:build": "pnpm run --filter=\"./docs\"... build && pnpm demo:build",
25+
"docs:build": "pnpm run --filter=\"./docs...\" build && pnpm demo:build",
2626
"release": "bumpp package.json packages/*/package.json docs/package.json --all -x \"zx scripts/update-versions.mjs\"",
2727
"test": "vitest test",
2828
"prepare": "simple-git-hooks"

0 commit comments

Comments
 (0)