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
+5
View File
@@ -3,9 +3,14 @@
"extends": ["//"],
"tasks": {
"build": {
"env": ["FCC_*"],
"outputs": ["public/**"]
},
"develop": {
"env": ["FCC_*"]
},
"setup": {
"env": ["FCC_*"],
"outputs": [
"config/env.json",
"i18n/locales/*.json",