mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(tooling): stop api crashing during seed (#65969)
This commit is contained in:
committed by
GitHub
parent
303bdffc7a
commit
43ba115506
@@ -10,12 +10,14 @@
|
||||
"pnpm": ">=10"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tsdown --log-level warn --no-clean --format cjs --format esm",
|
||||
"clean": "rm -rf dist",
|
||||
"develop": "tsdown --log-level warn --no-clean --watch src --format cjs --format esm",
|
||||
"lint": "eslint --max-warnings 0",
|
||||
"test": "vitest run",
|
||||
"test:watch": "vitest",
|
||||
"test:ui": "vitest --ui",
|
||||
"type-check": "tsc --noEmit",
|
||||
"build": "tsdown --format cjs --format esm",
|
||||
"lint": "eslint --max-warnings 0"
|
||||
"type-check": "tsc --noEmit"
|
||||
},
|
||||
"type": "module",
|
||||
"exports": {
|
||||
|
||||
Reference in New Issue
Block a user