gradido/frontend/turbo.json
2025-05-07 16:11:39 +02:00

21 lines
364 B
JSON

{
"extends": ["//"],
"tasks": {
"stylelint": {},
"locales": {},
"lint": {
"dependsOn": ["stylelint", "locales"]
},
"compile-scss": {},
"watch-scss": {
"cache": false,
"persistent": true
},
"build": {
"dependsOn": ["compile-scss", "^build"],
"outputs": ["build/**"],
"cache": true
}
}
}