From 89fd59a9655d7eb038dbfc485f19bf860fae0eb2 Mon Sep 17 00:00:00 2001 From: Kagol Date: Mon, 5 Aug 2024 15:22:00 +0800 Subject: [PATCH] fix(fluent-editor): fix style error (#1829) --- examples/sites/package.json | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/sites/package.json b/examples/sites/package.json index e5ebc417d..981b6eec1 100644 --- a/examples/sites/package.json +++ b/examples/sites/package.json @@ -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:~", diff --git a/package.json b/package.json index d3bf9b7a7..08d382244 100644 --- a/package.json +++ b/package.json @@ -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",