Skip to content

Commit 013251b

Browse files
authored
fix: missing lodash dep (and tooling fix) (#1034)
Signed-off-by: Todd Baert <[email protected]>
1 parent 62f7db8 commit 013251b

File tree

2 files changed

+2
-0
lines changed
  • libs/providers/growthbook-client
  • tools/workspace-plugin/src/generators/open-feature

2 files changed

+2
-0
lines changed

libs/providers/growthbook-client/project.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
"entryFile": "libs/providers/growthbook-client/src/index.ts",
5151
"tsConfig": "libs/providers/growthbook-client/tsconfig.lib.json",
5252
"buildableProjectDepsInPackageJsonType": "dependencies",
53+
"updateBuildableProjectDepsInPackageJson": true,
5354
"compiler": "tsc",
5455
"generateExportsField": true,
5556
"umdName": "growthbook-client",

tools/workspace-plugin/src/generators/open-feature/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ function updateProject(tree: Tree, projectRoot: string, umdName: string) {
124124
entryFile: `${projectRoot}/src/index.ts`,
125125
tsConfig: `${projectRoot}/tsconfig.lib.json`,
126126
buildableProjectDepsInPackageJsonType: 'dependencies',
127+
updateBuildableProjectDepsInPackageJson: true,
127128
compiler: 'tsc',
128129
generateExportsField: true,
129130
umdName,

0 commit comments

Comments
 (0)