lucinda/turbo.json
Naomi Carrigan ed98ec6642
Some checks failed
Node.js CI / Lint and Test (pull_request) Failing after 47s
feat: initial infrastructure
2025-05-22 19:04:44 -07:00

22 lines
340 B
JSON

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