dev(api): add build options to test env (#59957)

This commit is contained in:
Shaun Hamilton
2025-04-24 19:03:49 +02:00
committed by GitHub
parent f9edfe3bbd
commit 46b910ee40
4 changed files with 77 additions and 75 deletions
+1
View File
@@ -70,6 +70,7 @@
"develop": "tsx watch --clear-screen=false src/server.ts",
"start": "FREECODECAMP_NODE_ENV=production node dist/server.js",
"test": "jest --force-exit",
"test-with-logging": "FCC_ENABLE_TEST_LOGGING=true pnpm run test",
"prisma": "dotenv -e ../.env prisma",
"postinstall": "prisma generate",
"generate-exams": "tsx tools/exam-environment/generate/index.ts",