Skip to content

Commit

Permalink
chore: update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangxiao committed May 10, 2024
1 parent d561e78 commit 3a8871b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 0 additions & 3 deletions editor/src/components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,11 @@ export {}

declare module '@vue/runtime-core' {
export interface GlobalComponents {
BaseHeader: typeof import('./components/layouts/BaseHeader.vue')['default']
BaseSide: typeof import('./components/layouts/BaseSide.vue')['default']
ElButton: typeof import('element-plus/es')['ElButton']
ElCheckbox: typeof import('element-plus/es')['ElCheckbox']
ElCheckboxGroup: typeof import('element-plus/es')['ElCheckboxGroup']
ElCol: typeof import('element-plus/es')['ElCol']
ElColorPicker: typeof import('element-plus/es')['ElColorPicker']
ElConfigProvider: typeof import('element-plus/es')['ElConfigProvider']
ElDatePicker: typeof import('element-plus/es')['ElDatePicker']
ElForm: typeof import('element-plus/es')['ElForm']
ElFormItem: typeof import('element-plus/es')['ElFormItem']
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"private": true,
"author": "[email protected]",
"scripts": {
"dev": "pnpm run --filter editor dev"
"dev": "pnpm run --filter editor dev",
"build": "pnpm run --filter @element-plus/* build && pnpm run --filter editor build"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 3a8871b

Please sign in to comment.