Skip to content

Commit

Permalink
fix install infinite loop
Browse files Browse the repository at this point in the history
  • Loading branch information
ocombe committed Sep 4, 2023
1 parent ac1d820 commit c808717
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 0 additions & 1 deletion scopes/versions/common/angular-base/component.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
"@babel/preset-env": "7.12.17",
"@babel/preset-typescript": "7.12.7",
"@babel/runtime": "^7.12.18",
"@teambit/workspace-config-files": "^0.0.128",
"@types/dompurify": "^2.2.2",
"@types/enhanced-resolve": "~3.0.7",
"@types/node": "^12.11.1",
Expand Down
7 changes: 5 additions & 2 deletions workspace.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
/**
* default scope for all components in workspace.
**/
"defaultScope": "teambit.angular"
"defaultScope": "teambit.angular",
"resolveEnvsFromRoots": false,
},
/**
* main configuration for component dependency resolution.
Expand All @@ -31,7 +32,7 @@
/**
* choose the package manager for Bit to use. you can choose between 'yarn', 'pnpm'
*/
"packageManager": "teambit.dependencies/yarn",
"packageManager": "teambit.dependencies/pnpm",
"policy": {
"dependencies": {
"@teambit/compilation.compiler-task": "1.0.2",
Expand All @@ -49,6 +50,7 @@
"@teambit/webpack.modules.generate-style-loaders": "1.0.0",
"@teambit/webpack.modules.style-regexps": "1.0.0",
"@teambit/webpack.webpack-bundler": "1.0.1",
"@teambit/workspace-config-files": "^0.0.128",
"@types/fs-extra": "~9.0.7",
"@types/lodash": "4.14.165",
"@types/object-hash": "~2.1.0",
Expand All @@ -64,6 +66,7 @@
"peerDependencies": {}
},
"linkCoreAspects": true,
"rootComponents": false,
"packageImportMethod": "copy",
"packageManagerArgs": [],
"devFilePatterns": [
Expand Down

0 comments on commit c808717

Please sign in to comment.