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
+1
View File
@@ -6,6 +6,7 @@
"lint": { "dependsOn": ["setup"] },
"setup": { "dependsOn": ["^build"] },
"test": { "dependsOn": ["setup"] },
"test-content": { "dependsOn": ["setup"] },
"type-check": { "dependsOn": ["setup"] },
"//#lint-root": {
"dependsOn": ["@freecodecamp/shared#build"]