1
1
mirror of https://github.com/n8n-io/n8n.git synced 2024-09-20 17:37:25 +03:00
n8n/turbo.json

23 lines
289 B
JSON
Raw Normal View History

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