refactor: simplify turbo config, use it for develop + build (#65526)

This commit is contained in:
Oliver Eyton-Williams
2026-01-28 17:08:40 +01:00
committed by GitHub
parent 7f44e71852
commit f940f2beee
16 changed files with 65 additions and 76 deletions
+2 -3
View File
@@ -26,9 +26,8 @@
"homepage": "https://github.com/freeCodeCamp/freeCodeCamp#readme",
"author": "freeCodeCamp <team@freecodecamp.org>",
"scripts": {
"audit-challenges": "pnpm -w turbo compile && tsx ./src/challenge-auditor/index.ts",
"build": "tsx ./src/generate/build-curriculum",
"compile": "tsc",
"audit-challenges": "pnpm turbo setup && tsx ./src/challenge-auditor/index.ts",
"build": "tsc && tsx ./src/generate/build-curriculum",
"type-check": "tsc --noEmit",
"create-empty-steps": "tsx --tsconfig ../tools/challenge-helper-scripts/tsconfig.json ../tools/challenge-helper-scripts/create-empty-steps",
"create-next-challenge": "tsx --tsconfig ../tools/challenge-helper-scripts/tsconfig.json ../tools/challenge-helper-scripts/create-next-challenge",