Skip to content

Commit

Permalink
chore: self mutation
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions <[email protected]>
  • Loading branch information
github-actions authored and stefanfreitag committed Jan 3, 2024
1 parent ed4dd6d commit c101b5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ const project = new awscdk.AwsCdkConstructLibrary({
ignoreDeprecations: '5.0',
},
},
typescriptVersion: '~5.1.6'
typescriptVersion: '~5.1.6',
});

const common_exclude = ['.history/','.dccache'];
const common_exclude = ['.history/', '.dccache'];
project.npmignore.exclude(...common_exclude);
project.gitignore.exclude(...common_exclude);

Expand Down

0 comments on commit c101b5c

Please sign in to comment.