Skip to content

Commit

Permalink
Include cdk2; outDir to lib
Browse files Browse the repository at this point in the history
  • Loading branch information
francescoditrani committed Nov 29, 2023
1 parent c27ab61 commit 72d1d9f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .projen.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const project = new awscdk.AwsCdkConstructLibrary({
cdkDependenciesAsDeps: false,
cdkDependencies: ['@aws-cdk/aws-dynamodb', '@aws-cdk/custom-resources', '@aws-cdk/aws-iam'],
cdkTestDependencies: ['@aws-cdk/aws-applicationautoscaling', '@aws-cdk/aws-kinesis', '@aws-cdk/aws-kms'],
externals: ['aws-sdk'],
externals: [],
// description: undefined, /* The description is just a string that helps people understand the purpose of the package. */
devDeps: [
'aws-sdk',
Expand Down
4 changes: 2 additions & 2 deletions .projen/tasks.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion tsconfig.dev.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 72d1d9f

Please sign in to comment.