From 0e1b10ac90e902447e397f7254b9cad1b161aa6b Mon Sep 17 00:00:00 2001 From: bac-joker Date: Sat, 19 Sep 2020 16:25:02 +0800 Subject: [PATCH] docs: import fes-doc publish --- lerna.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lerna.json b/lerna.json index 19c23b38..456417a0 100644 --- a/lerna.json +++ b/lerna.json @@ -24,8 +24,11 @@ } }, "packages": [ - "packages/*" + "packages/fes-cli", + "packages/fes-core", + "packages/fes-ui", + "packages/fes-template" ], "npmClient": "npm", - "ignoreChanges": ["**/fes-doc/**", "**/test/**", "**/*.md"] + "ignoreChanges": ["**/test/**", "**/*.md"] }