Skip to content

Commit

Permalink
debug: as JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmcguin committed Aug 22, 2024
1 parent 9c1f0d6 commit b93e364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_sites.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ try {
}

const allSites = JSON.parse(SITES);
console.log("SITES_CHANGED", SITES_CHANGED, typeof SITES_CHANGED);
console.log("SITES_CHANGED", JSON.parse(SITES_CHANGED), typeof SITES_CHANGED);
// if (doBuildAll) {
// }
/**
Expand Down

0 comments on commit b93e364

Please sign in to comment.