mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 14:44:05 -08:00
3028ad3c61
🎨 Format root-level dirs
21 lines
280 B
JSON
21 lines
280 B
JSON
{
|
|
"$schema": "https://turborepo.org/schema.json",
|
|
"pipeline": {
|
|
"clean": {
|
|
"cache": false
|
|
},
|
|
"build": {
|
|
"dependsOn": ["^build"]
|
|
},
|
|
"typecheck": {},
|
|
"format": {},
|
|
"lint": {},
|
|
"lintfix": {},
|
|
"test": {},
|
|
"watch": {},
|
|
"dev": {
|
|
"cache": false
|
|
}
|
|
}
|
|
}
|