mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
refactor: simplify turbo config, use it for develop + build (#65526)
This commit is contained in:
committed by
GitHub
parent
7f44e71852
commit
f940f2beee
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user