|
25 | 25 | },
|
26 | 26 | "type": "module",
|
27 | 27 | "scripts": {
|
28 |
| - "build": "cross-env NODE_OPTIONS=--max-old-space-size=8192 turbo build", |
29 |
| - "build:analyze": "turbo build:analyze", |
30 |
| - "build:antd": "pnpm run build --filter=@vben/web-antd", |
31 |
| - "build:docker": "./scripts/deploy/build-local-docker-image.sh", |
32 |
| - "build:docs": "pnpm run build --filter=@vben/docs", |
33 |
| - "build:ele": "pnpm run build --filter=@vben/web-ele", |
34 |
| - "build:naive": "pnpm run build --filter=@vben/web-naive", |
35 |
| - "build:play": "pnpm run build --filter=@vben/playground", |
36 |
| - "changeset": "pnpm exec changeset", |
37 |
| - "check": "pnpm run check:circular && pnpm run check:dep && pnpm run check:type && pnpm check:cspell", |
38 |
| - "check:circular": "vsh check-circular", |
39 |
| - "check:cspell": "cspell lint **/*.ts **/README.md .changeset/*.md --no-progress", |
40 |
| - "check:dep": "vsh check-dep", |
41 |
| - "check:type": "turbo run typecheck", |
42 |
| - "clean": "node ./scripts/clean.mjs", |
43 |
| - "commit": "czg", |
44 |
| - "dev": "turbo-run dev", |
45 |
| - "dev:antd": "pnpm -F @vben/web-antd run dev", |
46 |
| - "dev:docs": "pnpm -F @vben/docs run dev", |
47 |
| - "dev:ele": "pnpm -F @vben/web-ele run dev", |
48 |
| - "dev:naive": "pnpm -F @vben/web-naive run dev", |
49 |
| - "dev:play": "pnpm -F @vben/playground run dev", |
50 |
| - "format": "vsh lint --format", |
51 |
| - "lint": "vsh lint", |
52 |
| - "postinstall": "pnpm -r run stub --if-present", |
53 |
| - "preinstall": "npx only-allow pnpm", |
54 |
| - "prepare": "is-ci || husky", |
55 |
| - "preview": "turbo-run preview", |
56 |
| - "publint": "vsh publint", |
57 |
| - "reinstall": "pnpm clean --del-lock && pnpm install", |
58 |
| - "test:unit": "vitest run --dom", |
59 |
| - "test:e2e": "turbo run test:e2e", |
60 |
| - "update:deps": "npx taze -r -w", |
61 |
| - "version": "pnpm exec changeset version && pnpm install --no-frozen-lockfile" |
| 28 | + "vercel-build": "pnpm --filter @vben/web-antd build" |
62 | 29 | },
|
63 | 30 | "devDependencies": {
|
64 | 31 | "@changesets/changelog-github": "catalog:",
|
|
0 commit comments