forked from opentiny/tiny-vue
fix(fluent-editor): fix style error (#1829)
This commit is contained in:
parent
0b7834fb6d
commit
89fd59a965
|
@ -21,6 +21,7 @@
|
|||
"pub": "pnpm publish --no-git-checks --access=public"
|
||||
},
|
||||
"dependencies": {
|
||||
"@opentiny/fluent-editor": "workspace:~",
|
||||
"@opentiny/vue": "workspace:~",
|
||||
"@opentiny/vue-common": "workspace:~",
|
||||
"@opentiny/vue-design-aurora": "workspace:~",
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
},
|
||||
"scripts": {
|
||||
"preinstall": "npx only-allow pnpm",
|
||||
"postinstall": "pnpm build:internals",
|
||||
"postinstall": "pnpm build:internals && pnpm -F @opentiny/fluent-editor build",
|
||||
"prepare": "husky install",
|
||||
"bootstrap": "pnpm --filter=\"!./packages/dist/**\" install",
|
||||
"dev": "pnpm build:entry && gulp themeConcat -w & pnpm -C examples/vue3 dev",
|
||||
|
|
Loading…
Reference in New Issue