Skip to content

Commit

Permalink
fix: missing lodash dep (and tooling fix) (#1034)
Browse files Browse the repository at this point in the history
Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
  • Loading branch information
toddbaert authored Aug 14, 2024
1 parent 62f7db8 commit 013251b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions libs/providers/growthbook-client/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"entryFile": "libs/providers/growthbook-client/src/index.ts",
"tsConfig": "libs/providers/growthbook-client/tsconfig.lib.json",
"buildableProjectDepsInPackageJsonType": "dependencies",
"updateBuildableProjectDepsInPackageJson": true,
"compiler": "tsc",
"generateExportsField": true,
"umdName": "growthbook-client",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ function updateProject(tree: Tree, projectRoot: string, umdName: string) {
entryFile: `${projectRoot}/src/index.ts`,
tsConfig: `${projectRoot}/tsconfig.lib.json`,
buildableProjectDepsInPackageJsonType: 'dependencies',
updateBuildableProjectDepsInPackageJson: true,
compiler: 'tsc',
generateExportsField: true,
umdName,
Expand Down

0 comments on commit 013251b

Please sign in to comment.