feat: add due date reminders functionality with cron jobs and test scripts
This commit is contained in:
@@ -10,6 +10,8 @@
|
||||
"lint": "next lint",
|
||||
"create-admin": "node scripts/create-admin.js",
|
||||
"export-projects": "node export-projects-to-excel.mjs",
|
||||
"send-due-date-reminders": "node send-due-date-reminders.mjs",
|
||||
"test-due-date-reminders": "node test-due-date-reminders.mjs",
|
||||
"test": "jest",
|
||||
"test:watch": "jest --watch",
|
||||
"test:coverage": "jest --coverage",
|
||||
|
||||
Reference in New Issue
Block a user