Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add git based bundling strategy #7

Draft
wants to merge 9 commits into
base: main
Choose a base branch
from
Draft
8 changes: 8 additions & 0 deletions .projen/deps.json

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

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.

6 changes: 5 additions & 1 deletion .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@ const project = new awscdk.AwsCdkConstructLibrary({
// cdkDependencies: [], /* CDK dependencies of this module. */
// deps: [], /* Runtime dependencies of this module. */
// description: undefined, /* The description is just a string that helps people understand the purpose of the package. */
devDeps: ['@biomejs/biome'] /* Build dependencies for this module. */,
devDeps: [
'@biomejs/biome',
'fs-extra',
'@types/fs-extra',
] /* Build dependencies for this module. */,
// packageName: undefined, /* The "name" in package.json. */
jestOptions: {
extraCliOptions: ['--testTimeout=300000'],
Expand Down
122 changes: 113 additions & 9 deletions package-lock.json

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

2 changes: 2 additions & 0 deletions package.json

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

Loading
Loading