mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
feat(api): add exam-environment endpoints (#55662)
Co-authored-by: moT01 <20648924+moT01@users.noreply.github.com> Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
This commit is contained in:
+5
-2
@@ -47,7 +47,8 @@
|
||||
"jest": "29.7.0",
|
||||
"prisma": "5.5.2",
|
||||
"supertest": "6.3.3",
|
||||
"ts-jest": "29.1.2"
|
||||
"ts-jest": "29.1.2",
|
||||
"tsx": "4.19.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18",
|
||||
@@ -79,7 +80,9 @@
|
||||
"test": "jest --force-exit",
|
||||
"prisma": "dotenv -e ../.env prisma",
|
||||
"postinstall": "prisma generate",
|
||||
"lint": "cd .. && eslint api/src --max-warnings 0"
|
||||
"lint": "cd .. && eslint api/src --max-warnings 0",
|
||||
"generate-exams": "tsx src/exam-environment/generate/index.ts",
|
||||
"seed:env-exam": "tsx src/exam-environment/seed/index.ts"
|
||||
},
|
||||
"version": "0.0.1"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user