Skip to content

Commit

Permalink
chore: include pkg.json in copy-smithy-dist-files.js (aws#6143)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuhe committed May 28, 2024
1 parent 9f65ca2 commit e90775f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/copy-smithy-dist-files.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ const localSmithyPkgs = fs.readdirSync(path.join(node_modules, "@smithy"));
path.join(smithyPackages, smithyPkg, "dist-es"),
path.join(node_modules, "@smithy", smithyPkg),
]),
spawnProcess("cp", [
"-r",
path.join(smithyPackages, smithyPkg, "package.json"),
path.join(node_modules, "@smithy", smithyPkg),
]),
]);
}
})();

0 comments on commit e90775f

Please sign in to comment.