Skip to content

Commit

Permalink
fix(aws-codebuild): add @aws-cdk/asserts to package deps (#17435)
Browse files Browse the repository at this point in the history
## Summary

This PR adds `@aws-cdk/asserts` to the dependency list of `aws-codebuild`. 

Fixes:  #17416

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
ryparker authored Nov 9, 2021
1 parent ec5b102 commit 9c77e94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/@aws-cdk/aws-codebuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@
"jest": "^27.3.1"
},
"dependencies": {
"@aws-cdk/assets": "0.0.0",
"@aws-cdk/aws-cloudwatch": "0.0.0",
"@aws-cdk/aws-codecommit": "0.0.0",
"@aws-cdk/aws-codestarnotifications": "0.0.0",
Expand Down

0 comments on commit 9c77e94

Please sign in to comment.