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
@@ -3,9 +3,14 @@
|
||||
"extends": ["//"],
|
||||
"tasks": {
|
||||
"build": {
|
||||
"env": ["FCC_*"],
|
||||
"outputs": ["public/**"]
|
||||
},
|
||||
"develop": {
|
||||
"env": ["FCC_*"]
|
||||
},
|
||||
"setup": {
|
||||
"env": ["FCC_*"],
|
||||
"outputs": [
|
||||
"config/env.json",
|
||||
"i18n/locales/*.json",
|
||||
|
||||
Reference in New Issue
Block a user