diff --git a/apps/portal/prisma/readSheet.ts b/apps/portal/prisma/readSheet.ts index b4ac56c4..01302fd9 100644 --- a/apps/portal/prisma/readSheet.ts +++ b/apps/portal/prisma/readSheet.ts @@ -356,6 +356,10 @@ const generateAllAnalysis = async () => { }; Promise.all([seedSalaries()]) + .then(() => { + console.log(createdProfileIds.length + " profiles created") + console.log("Busy crunching analysis.....") + }) .then(() => generateAllAnalysis()) .then((_data) => { console.log('Seeding from salaries sheet complete');