From 62efb22f37c7df2848d9f833e141e1e8e0aaf2de Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Wed, 28 Feb 2024 10:24:37 +0800 Subject: [PATCH] chore: --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index b364084f3..cc489def9 100644 --- a/package.json +++ b/package.json @@ -23,5 +23,8 @@ "dependencies": { "axios": "^1.4.0", "lodash": "^4.17.21" - } + }, + "workspaces": [ + "packages/**" + ] }