Skip to content

Commit c4ed09a

Browse files
committed
fix
1 parent 5d6bde2 commit c4ed09a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/backend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"with-env": "dotenv -c --",
1111
"with-env:dev": "dotenv -c development --",
1212
"with-env:prod": "dotenv -c production --",
13-
"dev": "concurrently -n \"dev,codegen,prisma-studio,email-queue\" -k \"next dev --port ${NEXT_PUBLIC_STACK_PORT_PREFIX:-81}02 ${STACK_BACKEND_DEV_EXTRA_ARGS:-}\" \"pnpm run codegen:watch\" \"pnpm run prisma-studio\" \"pnpm run run-email-queue\"",
13+
"dev": "concurrently -n \"dev,codegen,prisma-studio,email-queue,cron-jobs\" -k \"next dev --port ${NEXT_PUBLIC_STACK_PORT_PREFIX:-81}02 ${STACK_BACKEND_DEV_EXTRA_ARGS:-}\" \"pnpm run codegen:watch\" \"pnpm run prisma-studio\" \"pnpm run run-email-queue\" \"pnpm run run-cron-jobs\"",
1414
"dev:inspect": "STACK_BACKEND_DEV_EXTRA_ARGS=\"--inspect\" pnpm run dev",
1515
"dev:profile": "STACK_BACKEND_DEV_EXTRA_ARGS=\"--experimental-cpu-prof\" pnpm run dev",
1616
"build": "pnpm run codegen && next build",
@@ -42,7 +42,7 @@
4242
"codegen-docs:watch": "pnpm run with-env tsx watch --exclude '**/node_modules/**' --clear-screen=false scripts/generate-openapi-fumadocs.ts",
4343
"generate-keys": "pnpm run with-env tsx scripts/generate-keys.ts",
4444
"db-seed-script": "pnpm run db:seed",
45-
"run-cron-jobs": "pnpm run with-env tsx scripts/run-cron-jobs.ts",
45+
"run-cron-jobs": "pnpm run with-env:dev tsx scripts/run-cron-jobs.ts",
4646
"verify-data-integrity": "pnpm run with-env:dev tsx scripts/verify-data-integrity/index.ts",
4747
"run-email-queue": "pnpm run with-env:dev tsx scripts/run-email-queue.ts"
4848
},

0 commit comments

Comments
 (0)