Skip to content

Commit

Permalink
fix: fix build all components error (#2602)
Browse files Browse the repository at this point in the history
  • Loading branch information
zzcr authored Dec 3, 2024
1 parent 070997f commit 5a3433a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions internals/cli/src/commands/build/build-ui.ts
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ export const getBaseConfig = ({ vueVersion, dtsInclude, dts, buildTarget, isRunt
'vue',
'design/aurora',
'design/saas',
'design/smb',
'vue-directive'
]

Expand Down
3 changes: 3 additions & 0 deletions packages/design/smb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"version": "3.20.0",
"main": "index.ts",
"sideEffects": false,
"dependencies": {
"@opentiny/vue-icon": "workspace:~"
},
"type": "module",
"license": "MIT"
}
Loading

0 comments on commit 5a3433a

Please sign in to comment.