Skip to content

Commit

Permalink
fix: 打包编译报错
Browse files Browse the repository at this point in the history
  • Loading branch information
jxhhdx authored and sendya committed May 13, 2024
1 parent bc87451 commit e993bee
Show file tree
Hide file tree
Showing 4 changed files with 3,308 additions and 285 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
"build": "pnpm run build --filter ./packages",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "TIMING=1 eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"preinstall": "npx only-allow pnpm"
"preinstall": "npx only-allow pnpm",
"dev": "pnpm --filter \"site\" dev",
"build:docs": "pnpm --filter \"./site\" build"
},
"keywords": [
"antd",
Expand Down
Loading

0 comments on commit e993bee

Please sign in to comment.