Merge branch 'hostfix/fix_command' into 'master'

fix: 修改打包命令

See merge request web-project/zhst-lambo!5
This commit is contained in:
江志雄 2024-03-19 09:45:01 +08:00
commit 679ff254bf
2 changed files with 1 additions and 1 deletions

View File

@ -15,6 +15,7 @@
"scripts": {
"add": "pnpm changeset add",
"build": "pnpm --filter=@zhst/* run build",
"build:master": "dumi build",
"build:watch": "father dev",
"dev": "dumi dev",
"docs:build": "dumi build",

View File

@ -6,7 +6,6 @@ import type { TreeProps, InputProps } from 'antd';
import type { BoxTreeProps } from '../../../tree';
import TreeTransferModal from '../../../treeTransferModal'
import BoxTree from '../../../tree';
// import './index.less'
export interface BoxPanelProps {
searchInputProps?: InputProps