fix(fluent-editor): fix style error (#1829)

This commit is contained in:
Kagol 2024-08-05 15:22:00 +08:00 committed by GitHub
parent 0b7834fb6d
commit 89fd59a965
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -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:~",

View File

@ -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",