mycrew / turbo.json
Ebrahimalnono's picture
Upload 12 files
64c2698 verified
raw
history blame contribute delete
No virus
254 Bytes
{
"$schema": "https://turbo.build/schema.json",
"pipeline": {
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**"]
},
"test": {},
"dev": {
"cache": false
}
}
}