From 5c2a14de1cd1c8b87bc037e455ca2acf8d5bc2d9 Mon Sep 17 00:00:00 2001 From: Zoltan Kochan Date: Mon, 13 May 2024 13:57:08 +0200 Subject: [PATCH] fix: automatically installing peer dependencies --- workspace.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspace.jsonc b/workspace.jsonc index 4441a9a5639c..a1625e157494 100644 --- a/workspace.jsonc +++ b/workspace.jsonc @@ -534,7 +534,7 @@ "**/*.spec.ts" ], "strictPeerDependencies": true, - "autoInstallPeers": false, + "autoInstallPeers": true, // Setting this to false, to make sure we are not consuming anything that exists only on the bit.dev registry // "installFromBitDevRegistry": false, "savePrefix": "",