Skip to content

Commit

Permalink
chore(aws-cdk-lib): remove superfluous script (#27871)
Browse files Browse the repository at this point in the history
This checks was introduced when aws-cdk-lib was still a "virtual" package and created by combing different sources. Since this is not the case anymore, we can remove this script.

Fixes failing build.

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
mrgrain authored Nov 7, 2023
1 parent 2717c5a commit 38f3b89
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 160 deletions.
3 changes: 0 additions & 3 deletions packages/aws-cdk-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@
"cdk-package": {
"pre": [
"/bin/bash ./scripts/minify-sources.sh"
],
"post": [
"ts-node ./scripts/verify-stripped-exp.ts"
]
},
"pkglint": {
Expand Down
157 changes: 0 additions & 157 deletions packages/aws-cdk-lib/scripts/verify-stripped-exp.ts

This file was deleted.

0 comments on commit 38f3b89

Please sign in to comment.