Skip to content

Commit

Permalink
chore(cli): manually added cfnspec to deps since its transitive (aws#…
Browse files Browse the repository at this point in the history
  • Loading branch information
iliapolo authored Apr 7, 2020
1 parent 329f02e commit 060d455
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/aws-cdk/test/integ/run-against-dist.bash
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ function serve_npm_packages() {
tarballs="${tarballs} $dist_root/js/cdk-assets-${version}.tgz"
package_names="${package_names} cdk-assets"

# manually add @aws-cdk/cfnspec since its a transitive dependency via @aws-cdk/cloudformation-diff
# hence isn't picked up from package.json
echo "Adding @aws-cdk/cfnspec to CLI dependencies"
tarballs="${tarballs} $dist_root/js/aws-cdk-cfnspec-${version}.tgz"
package_names="${package_names} @aws-cdk/cfnspec"

else

echo "Testing against local versions of the framework"
Expand Down

0 comments on commit 060d455

Please sign in to comment.