update scripts to typescript

This commit is contained in:
Emily
2025-01-28 15:08:42 +01:00
parent a3e74adf9c
commit 19b7c7664a
7 changed files with 18 additions and 46 deletions

View File

@@ -4,8 +4,8 @@
"description": "",
"main": "index.js",
"scripts": {
"dashboard:clear-logs": "node scripts/dashboard/clear-logs.js",
"dashboard:shared": "node scripts/dashboard/shared.js",
"dashboard:clear-logs": "ts-node scripts/dashboard/clear-logs.ts",
"dashboard:shared": "ts-node scripts/dashboard/shared.ts",
"producer:shared": "node scripts/producer/shared.js",
"email:deploy": "ts-node scripts/email/deploy.ts"
},