From 90430ae02afd2fc4a1a21198d0c14f9f6c8de4d7 Mon Sep 17 00:00:00 2001 From: Rodrigo Antinarelli Date: Thu, 7 May 2020 11:52:46 -0300 Subject: [PATCH] enable modes to the workspace --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index fc0c1c863..23b7e5097 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,8 @@ "workspaces": { "packages": [ "platform/*", - "extensions/*" + "extensions/*", + "modes/*" ] }, "engines": {