Skip to content

Commit

Permalink
build: keep @types/pg as devDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
berenddeboer committed Sep 11, 2024
1 parent 967ee25 commit 734af0b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ const project = new awscdk.AwsCdkConstructLibrary({
gitignore: tmpDirectories,
npmignore: tmpDirectories,
docgen: false,
workflowNodeVersion: "20.x",
deps: ["exponential-backoff", "@types/aws-lambda"],
bundledDeps: [
"@types/aws-lambda",
Expand All @@ -46,7 +47,7 @@ const project = new awscdk.AwsCdkConstructLibrary({
"exponential-backoff",
"source-map-support",
],
devDeps: ["@types/ms", "testcontainers", "esbuild"],
devDeps: ["@types/ms", "@types/pg", "testcontainers", "esbuild"],
keywords: ["aws", "aws-cdk", "rds", "aurora"],
minMajorVersion: 1,
})
Expand Down

0 comments on commit 734af0b

Please sign in to comment.