chore: 去除打包命令
This commit is contained in:
parent
30e15da98b
commit
4bbb7da4ac
@ -17,8 +17,6 @@
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"build": "pnpm vite build --mode production",
|
||||
"build:pre": "pnpm vite build --mode pre",
|
||||
"build:prod": "pnpm vite build --mode production",
|
||||
"build:analyze": "pnpm vite build --mode analyze",
|
||||
"dev": "pnpm vite --mode development",
|
||||
"preview": "vite preview",
|
||||
|
||||
@ -28,8 +28,6 @@
|
||||
"build": "cross-env NODE_OPTIONS=--max-old-space-size=8192 turbo build",
|
||||
"build:analyze": "turbo build:analyze",
|
||||
"build:tdesign": "pnpm run build --filter=@vben/web-tdesign",
|
||||
"build:tdesign:pre": "pnpm --filter=@vben/web-tdesign run build:pre",
|
||||
"build:tdesign:prod": "pnpm --filter=@vben/web-tdesign run build:prod",
|
||||
"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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user