mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix: enable filtered tests/development (#65542)
This commit is contained in:
committed by
GitHub
parent
cbb803d479
commit
92e508ad72
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user