mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2026-06-09 17:03:57 +02: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
|
|
}
|
|
}
|
|
}
|