Skip to content

Commit

Permalink
chore: self mutation
Browse files Browse the repository at this point in the history
# Conflicts:
#	src/__tests__/__snapshots__/construct-hub.test.ts.snap
#	src/__tests__/devapp/__snapshots__/snapshot.test.ts.snap
  • Loading branch information
RomainMuller committed Jun 16, 2021
1 parent f85b855 commit 0144652
Show file tree
Hide file tree
Showing 16 changed files with 558 additions and 586 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.json

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

3 changes: 3 additions & 0 deletions .gitattributes

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

1 change: 0 additions & 1 deletion .projen/deps.json

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

2 changes: 2 additions & 0 deletions .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,8 @@ function newLambdaHandler(entrypoint) {
function discoverLambdas() {
// allow .lambda code to import dev-deps (since they are only needed during bundling)
project.eslint.allowDevDeps('src/**/*.lambda.ts');
// Allow .lambda-shared code to import dev-deps (these are not entry points, but are shared by several lambdas)
project.eslint.allowDevDeps('src/**/*.lambda-shared.ts');
project.addDevDeps('glob');
for (const entry of glob.sync('src/**/*.lambda.ts')) {
newLambdaHandler(entry);
Expand Down
2 changes: 1 addition & 1 deletion package.json

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

Loading

0 comments on commit 0144652

Please sign in to comment.