Skip to content

Commit

Permalink
ci: fixed issue with build deps
Browse files Browse the repository at this point in the history
  • Loading branch information
flamingquaks committed Oct 30, 2024
1 parent ba4dd53 commit ea36b5e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .projen/deps.json

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

1 change: 1 addition & 0 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ const project = new awscdk.AwsCdkTypeScriptApp({
'@graphql-codegen/plugin-helpers',
'@graphql-codegen/cli',
'typescript',
'ts-node',
],
devDeps: [
'vitepress',
Expand Down
1 change: 1 addition & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json

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

0 comments on commit ea36b5e

Please sign in to comment.