Skip to content

Commit

Permalink
chore(aws-cdk-lib): remove superfluous script
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.
  • Loading branch information
mrgrain committed Nov 7, 2023
1 parent e6b59d6 commit 90fb445
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 90fb445

Please sign in to comment.