mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-13 14:40:52 +08:00
chore: 移除 playground 目录及相关配置
清理不再需要的 playground 项目,包括: - 删除 playground 源码目录及所有相关文件 - 从 pnpm-workspace.yaml 移除 playground 工作区 - 从 .vscode 配置中移除 playground 相关路径 - 从 package.json 脚本中移除 build:play 和 dev:play 命令 - 从 vben-admin.code-workspace 移除 playground 项目引用 - 从 .vscode/launch.json 移除 playground 调试配置
This commit is contained in:
@@ -31,7 +31,6 @@
|
||||
"build:antd:test": "pnpm run build --filter=@vben/web-antd build:test",
|
||||
"build:docker": "./scripts/deploy/build-local-docker-image.sh",
|
||||
"build:docs": "pnpm run build --filter=@vben/docs",
|
||||
"build:play": "pnpm run build --filter=@vben/playground",
|
||||
"changeset": "pnpm exec changeset",
|
||||
"check": "pnpm run check:circular && pnpm run check:dep && pnpm run check:type && pnpm check:cspell",
|
||||
"check:circular": "vsh check-circular",
|
||||
@@ -43,7 +42,6 @@
|
||||
"dev": "turbo-run dev",
|
||||
"dev:antd": "pnpm -F @vben/web-antd run dev",
|
||||
"dev:docs": "pnpm -F @vben/docs run dev",
|
||||
"dev:play": "pnpm -F @vben/playground run dev",
|
||||
"format": "vsh lint --format",
|
||||
"lint": "vsh lint",
|
||||
"postinstall": "pnpm -r run stub --if-present",
|
||||
|
||||
Reference in New Issue
Block a user