From 982bbc1ed9dc59840d501ea6a32fd88feefcc30e Mon Sep 17 00:00:00 2001 From: mathuo <6710312+mathuo@users.noreply.github.com> Date: Thu, 26 May 2022 21:45:12 +0100 Subject: [PATCH] feat: add docs to lerna --- lerna.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lerna.json b/lerna.json index c4a81cc92..fa19d0b36 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,7 @@ { "packages": [ - "packages/*" + "packages/*", + "docs" ], "version": "1.4.2", "npmClient": "yarn",