mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 12:35:46 +03:00
7b773cc5cc
Github issue / Community forum post (link here to close automatically): --------- Co-authored-by: Michael Kret <michael.k@radency.com>
22 lines
307 B
JSON
22 lines
307 B
JSON
{
|
|
"$schema": "https://turborepo.org/schema.json",
|
|
"pipeline": {
|
|
"clean": {
|
|
"cache": false
|
|
},
|
|
"build": {
|
|
"dependsOn": ["^build"],
|
|
"outputs": ["dist/**"]
|
|
},
|
|
"typecheck": {},
|
|
"format": {},
|
|
"lint": {},
|
|
"lintfix": {},
|
|
"test": {},
|
|
"watch": {},
|
|
"dev": {
|
|
"cache": false
|
|
}
|
|
}
|
|
}
|