Skip to content

Commit

Permalink
Merge branch 'main' into 485
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] committed Apr 7, 2023
2 parents 6ddef3d + adc1a13 commit 34b5ba5
Show file tree
Hide file tree
Showing 1,205 changed files with 395 additions and 26,584 deletions.
2 changes: 1 addition & 1 deletion buildspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ phases:
build:
commands:
- codebuild-breakpoint
- 'if ${BUMP_CANDIDATE:-false}; then /bin/bash ./scripts/bump-candidate.sh; fi'
- 'if ${BUMP_CANDIDATE:-false}; then env NODE_OPTIONS="--max-old-space-size=8196 ${NODE_OPTIONS:-}" /bin/bash ./scripts/bump-candidate.sh; fi'
- /bin/bash ./scripts/align-version.sh
- /bin/bash ./build.sh
post_build:
Expand Down
7 changes: 7 additions & 0 deletions packages/@aws-cdk-testing/framework-integ/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
*.d.ts
*.js

.LAST_BUILD
*.snk
Expand All @@ -6,3 +8,8 @@ junit.xml
.nyc_output
coverage
nyc.config.js

!**/*.snapshot/**/asset.*/*.js
!**/*.snapshot/**/asset.*/*.d.ts

!**/*.snapshot/**/asset.*/**

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 34b5ba5

Please sign in to comment.