fix: missing lodash dep (and tooling fix) (#1034)

Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
This commit is contained in:
Todd Baert 2024-08-14 08:43:32 -04:00 committed by GitHub
parent 62f7db8742
commit 013251b7f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -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",

View File

@ -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,