fix: fix build error

This commit is contained in:
Li Kui
2025-11-06 15:26:24 +08:00
parent 57620dc2ea
commit bd8ff73f9e
6 changed files with 11 additions and 8 deletions

View File

@@ -60,6 +60,8 @@ The execution command is: `pnpm run [script]` or `npm run [script]`.
"build:ele": "pnpm run build --filter=@vben/web-ele",
// Build the web-naive application separately
"build:naive": "pnpm run build --filter=@vben/naive",
// Build the web-tdesign application separately
"build:tdesign": "pnpm run build --filter=@vben/web-tdesign",
// Build the playground application separately
"build:play": "pnpm run build --filter=@vben/playground",
// Changeset version management