From 6e277a91f177db14b841eb4b59f7bcf8a7dc39e6 Mon Sep 17 00:00:00 2001 From: Egor Didenko Date: Mon, 13 May 2024 11:21:40 -0400 Subject: [PATCH] ci: changed workspaces include packages all --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index ad7b1b1..f6e13cc 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,9 @@ ], "author": "", "license": "ISC", - "workspaces": ["packages/react-adapter", "packages/react-uploader"], + "workspaces": [ + "packages/*" + ], "devDependencies": { "@biomejs/biome": "1.6.4", "@vitest/browser": "^1.3.1",