chore(project): 调整构建脚本命令
Some checks failed
Build and Deploy TenantUI / build-and-deploy (push) Failing after 2s
Some checks failed
Build and Deploy TenantUI / build-and-deploy (push) Failing after 2s
This commit is contained in:
@@ -27,10 +27,10 @@
|
||||
"scripts": {
|
||||
"build": "pnpm run build:antd",
|
||||
"build:analyze": "turbo build:analyze",
|
||||
"build:antd": "pnpm run build --filter=@vben/web-antd",
|
||||
"build:antd": "turbo run build --filter=@vben/web-antd",
|
||||
"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",
|
||||
"build:docs": "turbo run build --filter=@vben/docs",
|
||||
"build:play": "turbo 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",
|
||||
|
||||
Reference in New Issue
Block a user