Skip to content

Commit

Permalink
build: update daily digest script (#10636)
Browse files Browse the repository at this point in the history
  • Loading branch information
yiqing-zhao authored Jan 4, 2024
1 parent a3e2e36 commit 040364b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/get-dailydigest-dependencies.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ async function getTemplatesDependencies() {
codeOwners = value;
}
}
let dependencies = packageJson["dependencies"];
let dependencies = packageJson["dependencies"] ?? {};
Object.assign(dependencies, packageJson["devDependencies"]);
for (dependency in dependencies) {
if (
Expand Down

0 comments on commit 040364b

Please sign in to comment.