Skip to content

Commit

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

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

0 comments on commit 5008872

Please sign in to comment.