Skip to content

Commit

Permalink
fix: automatically installing peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed May 13, 2024
1 parent b887765 commit 5c2a14d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workspace.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -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": "",
Expand Down

0 comments on commit 5c2a14d

Please sign in to comment.