n8n/turbo.json

21 lines
280 B
JSON
Raw Normal View History

{
"$schema": "https://turborepo.org/schema.json",
"pipeline": {
2022-11-09 08:32:05 -08:00
"clean": {
"cache": false
},
"build": {
"dependsOn": ["^build"]
},
"typecheck": {},
"format": {},
"lint": {},
"lintfix": {},
"test": {},
"watch": {},
"dev": {
"cache": false
}
}
}