-
Notifications
You must be signed in to change notification settings - Fork 4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: fix bump running out of memory (#24983)
The bump performs a full build of `aws-cdk-lib` right now, but it doesn't need to. * Just run the `on-bump` scripts we need through `ts-node` instead. * Also make `@aws-cdk/cx-api` a copy of `aws-cdk-lib.cx-api`, same as `cloud-assembly-schema`. Move the `on-bump` script from `cx-api` to `aws-cdk-lib`. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
- Loading branch information
Showing
97 changed files
with
112 additions
and
4,660 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,9 @@ | ||
*.js | ||
*.js.map | ||
*.d.ts | ||
node_modules | ||
dist | ||
tsconfig.json | ||
.jsii | ||
|
||
.LAST_BUILD | ||
.LAST_PACKAGE | ||
*.snk | ||
.nyc_output | ||
coverage | ||
nyc.config.js | ||
!.eslintrc.js | ||
# This package is copied from aws-cdk-lib/cloud-assembly-schema, ignore everything | ||
# except package.json | ||
* | ||
!package.json | ||
!.npmignore | ||
!jest.config.js | ||
|
||
junit.xml | ||
!**/*.snapshot/**/asset.*/*.js | ||
!**/*.snapshot/**/asset.*/*.d.ts | ||
|
||
!**/*.snapshot/**/asset.*/** | ||
!LICENSE | ||
!NOTICE | ||
!CONTRIBUTING.md |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.