forms/turbo.json
Naomi Carrigan f2c6d6d3ef
Some checks failed
Node.js CI / Lint and Test (pull_request) Failing after 1m27s
feat: resolve lint/build/test errors
2025-02-17 11:48:46 -08:00

20 lines
357 B
JSON

{
"$schema": "https://turbo.build/schema.json",
"tasks": {
"build": {
"dependsOn": ["^lint"],
"outputs": ["prod/**"]
},
"test": {
"dependsOn": [],
"outputs": []
},
"lint": {
"dependsOn": [],
"outputs": []
},
"clean": {
"cache": false
}
}
}