mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
refactor(tools): replace challenge-editor with submodule (#65459)
This commit is contained in:
committed by
GitHub
parent
7efcd891f2
commit
79087ca9fd
+2
-3
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user