Remove the gating on page writing

This commit is contained in:
Jocelyn Badgley (Twipped) 2020-02-28 09:15:32 -08:00
parent 6ca289017f
commit 042694c50d

View File

@ -52,5 +52,5 @@ module.exports = exports = async function writePageContent (pages, prod) {
prod ? JSON.stringify(json) : JSON.stringify(json, null, 2),
)),
]);
}, { concurrency: 1 });
});
};