added server:cron run script

This commit is contained in:
John Yeo
2025-01-24 15:33:11 +00:00
parent 3a93ca73c9
commit 93da139ba8
2 changed files with 3 additions and 3 deletions

View File

@@ -12,6 +12,7 @@
"frontend:build": "npm run build -w shared && npm run build -w frontend",
"frontend:start": "npm run start -w frontend",
"server:build": "npm run build -w shared && npm run prod:build -w server",
"server:start": "npm run prod:start -w server"
"server:start": "npm run prod:start -w server",
"server:cron": "npm run cron:start -w server"
}
}