mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 14:44:05 -08:00
17 lines
225 B
JSON
17 lines
225 B
JSON
|
{
|
||
|
"$schema": "https://turborepo.org/schema.json",
|
||
|
"pipeline": {
|
||
|
"build": {
|
||
|
"dependsOn": ["^build"]
|
||
|
},
|
||
|
"format": {},
|
||
|
"lint": {},
|
||
|
"lintfix": {},
|
||
|
"test": {},
|
||
|
"watch": {},
|
||
|
"dev": {
|
||
|
"cache": false
|
||
|
}
|
||
|
}
|
||
|
}
|