fix: enable filtered tests/development (#65542)

This commit is contained in:
Oliver Eyton-Williams
2026-01-30 17:46:25 +01:00
committed by GitHub
parent cbb803d479
commit 92e508ad72
6 changed files with 19 additions and 3 deletions
+3
View File
@@ -65,6 +65,9 @@
"serve:client-ci": "cd ./client && pnpm run serve-ci",
"start": "turbo setup && npm-run-all -p develop:server serve:client",
"test": "turbo test",
"test-client": "turbo -F=@freecodecamp/client test",
"test-api": "turbo -F=@freecodecamp/api test",
"test-curriculum-content": "turbo -F=@freecodecamp/curriculum test-content",
"prepare": "husky",
"playwright:run": "pnpm -F e2e run playwright:run",
"playwright:watch": "pnpm -F e2e run playwright:watch"