Skip to content

Commit

Permalink
Merge 6ee1d01 into 4787466
Browse files Browse the repository at this point in the history
  • Loading branch information
dburriss committed Dec 27, 2023
2 parents 4787466 + 6ee1d01 commit 23aa6bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/utils/devenv.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ export default async function(dir: Path) {
case ".pkgx.yaml":
await parse_well_formatted_node(await path.readYAML())
break
case "cdk.json":
pkgs.push({ project: 'aws.amazon.com/cdk', constraint })
}
} else if (isDirectory) {
switch (name) {
Expand Down

0 comments on commit 23aa6bd

Please sign in to comment.