diff --git a/tools/plan-publish.js b/tools/plan-publish.js index a3b02de..ff872cd 100644 --- a/tools/plan-publish.js +++ b/tools/plan-publish.js @@ -249,7 +249,7 @@ async function main() { _.every( tableData, (otherDatum) => - otherDatum.pruned || !otherDatum.deps.includes(datum.id) + otherDatum.couldPrune || !otherDatum.deps.includes(datum.id) ) ) { datum.pruned = true;