From 78ef3fe5d9c4bf7bd36d42c571ae9342404951dc Mon Sep 17 00:00:00 2001 From: Hidetake Iwata Date: Wed, 2 Jun 2021 09:07:36 +0900 Subject: [PATCH] Set yarn workspaces to glob --- package.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/package.json b/package.json index 82dd845e..1557b763 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,5 @@ "ts-jest": "27.0.2", "typescript": "4.3.2" }, - "workspaces": [ - "hello-world" - ] + "workspaces": ["*"] }