Skip to content

Commit e993bee

Browse files
jxhhdxsendya
authored andcommitted
fix: 打包编译报错
1 parent bc87451 commit e993bee

File tree

4 files changed

+3308
-285
lines changed

4 files changed

+3308
-285
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
"build": "pnpm run build --filter ./packages",
1414
"test": "echo \"Error: no test specified\" && exit 1",
1515
"lint": "TIMING=1 eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
16-
"preinstall": "npx only-allow pnpm"
16+
"preinstall": "npx only-allow pnpm",
17+
"dev": "pnpm --filter \"site\" dev",
18+
"build:docs": "pnpm --filter \"./site\" build"
1719
},
1820
"keywords": [
1921
"antd",

0 commit comments

Comments
 (0)