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