|
|
@ -51,9 +51,7 @@ |
|
|
"dev:tdesign": "pnpm -F @vben/web-tdesign run dev", |
|
|
"dev:tdesign": "pnpm -F @vben/web-tdesign run dev", |
|
|
"dev:play": "pnpm -F @vben/playground run dev", |
|
|
"dev:play": "pnpm -F @vben/playground run dev", |
|
|
"format": "vsh lint --format", |
|
|
"format": "vsh lint --format", |
|
|
"lint": "pnpm run lint:oxc && pnpm run lint:eslint", |
|
|
"lint": "vsh lint", |
|
|
"lint:eslint": "vsh lint", |
|
|
|
|
|
"lint:oxc": "oxlint .", |
|
|
|
|
|
"postinstall": "pnpm -r run stub --if-present", |
|
|
"postinstall": "pnpm -r run stub --if-present", |
|
|
"preinstall": "npx only-allow pnpm", |
|
|
"preinstall": "npx only-allow pnpm", |
|
|
"preview": "turbo-run preview", |
|
|
"preview": "turbo-run preview", |
|
|
|