Files
notify/turbo.jsonc
Alix von Schirp 9c1e87da41
Some checks failed
/ check (20) (push) Failing after 21s
/ check (22) (push) Failing after 20s
fix: turbo check-types -> check
Signed-off-by: Alix von Schirp <github@avonschirp.bootmedia.de>
2025-12-22 00:10:20 +01:00

16 lines
240 B
JSON

{
"$schema": "https://turborepo.com/schema.json",
"tasks": {
"build": {
"outputs": ["dist/**"]
},
"check": {
"dependsOn": ["^check"]
},
"dev": {
"persistent": true,
"cache": false
}
}
}