refactor(tools): replace challenge-editor with submodule (#65459)

This commit is contained in:
Oliver Eyton-Williams
2026-01-26 12:27:08 +01:00
committed by GitHub
parent 7efcd891f2
commit 79087ca9fd
75 changed files with 8 additions and 2118 deletions
+2 -3
View File
@@ -26,9 +26,8 @@
"build:client": "cd ./client && pnpm run build",
"build:curriculum": "pnpm -F=curriculum run build && pnpm -F=client run build:external-curriculum",
"build:api": "cd ./api && pnpm run build",
"challenge-editor": "npm-run-all -p challenge-editor:*",
"challenge-editor:client": "cd ./tools/challenge-editor/client && pnpm start",
"challenge-editor:server": "cd ./tools/challenge-editor/api && pnpm start",
"challenge-editor": "cd tools/challenge-editor && pnpm dev",
"challenge-editor-setup": "git submodule update --init tools/challenge-editor && cd tools/challenge-editor && pnpm install",
"clean": "npm-run-all -p clean:client clean:api clean:curriculum --serial clean:packages",
"clean-and-develop": "pnpm run clean && pnpm install && pnpm run develop",
"clean:api": "cd api && pnpm clean",