Skip to content

Commit

Permalink
Merge branch 'master' into nija-at/contributing-guide-revamp
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Mar 16, 2021
2 parents eeb4a9b + f15d249 commit 85d152b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/@aws-cdk/cloudformation-include/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ async function main() {

for (const constructLibraryDir of constructLibrariesDirs) {
const absConstructLibraryDir = path.resolve(constructLibrariesRoot, constructLibraryDir);
if (!fs.statSync(absConstructLibraryDir).isDirectory()) { continue; } // .DS_Store

const libraryPackageJson = require(path.join(absConstructLibraryDir, 'package.json'));

const libraryDependencyVersion = dependencies[libraryPackageJson.name];
Expand Down

0 comments on commit 85d152b

Please sign in to comment.