Merge branch 'hostfix/fix_command' into 'master'
fix: 修改打包命令 See merge request web-project/zhst-lambo!5
This commit is contained in:
commit
679ff254bf
@ -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",
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user