Skip to content

Commit

Permalink
Add logging for buildAndCopyToNodeModules() (#1003)
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Yuan authored Oct 10, 2023
1 parent 8d107a9 commit 5794a9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/build-generated-test-packages.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ const weatherSsdkDir = path.join(
const nodeModulesDir = path.join(root, "node_modules");

const buildAndCopyToNodeModules = async (packageName, codegenDir, nodeModulesDir) => {
console.log(`Building and copying package \`${packageName}\` in \`${codegenDir}\` to \`${nodeModulesDir}\``);
// Yarn detects that the generated TypeScript package is nested beneath the
// top-level package.json. Adding an empty lock file allows it to be treated
// as its own package.
Expand Down

0 comments on commit 5794a9a

Please sign in to comment.