2022-08-06 13:55:51 -07:00
|
|
|
{
|
2024-07-05 08:43:52 -07:00
|
|
|
"$schema": "https://turbo.build/schema.json",
|
|
|
|
"ui": "stream",
|
|
|
|
"tasks": {
|
2022-11-09 08:32:05 -08:00
|
|
|
"clean": {
|
|
|
|
"cache": false
|
|
|
|
},
|
2024-07-05 08:43:52 -07:00
|
|
|
"build:backend": {
|
|
|
|
"dependsOn": ["n8n#build"]
|
|
|
|
},
|
|
|
|
"build:frontend": {
|
|
|
|
"dependsOn": ["n8n-editor-ui#build"]
|
|
|
|
},
|
|
|
|
"build:nodes": {
|
|
|
|
"dependsOn": ["n8n-nodes-base#build", "@n8n/n8n-nodes-langchain#build"]
|
|
|
|
},
|
2022-08-06 13:55:51 -07:00
|
|
|
"build": {
|
2023-10-06 06:31:18 -07:00
|
|
|
"dependsOn": ["^build"],
|
|
|
|
"outputs": ["dist/**"]
|
2022-08-06 13:55:51 -07:00
|
|
|
},
|
2024-07-05 08:43:52 -07:00
|
|
|
"typecheck": {
|
|
|
|
"dependsOn": ["^typecheck"]
|
|
|
|
},
|
2022-08-06 13:55:51 -07:00
|
|
|
"format": {},
|
2024-07-05 08:43:52 -07:00
|
|
|
"lint:backend": {
|
|
|
|
"dependsOn": [
|
|
|
|
"@n8n/client-oauth2#lint",
|
|
|
|
"@n8n/imap#lint",
|
|
|
|
"@n8n/permissions#lint",
|
|
|
|
"n8n-workflow#lint",
|
|
|
|
"n8n-core#lint",
|
|
|
|
"n8n-node-dev#lint",
|
|
|
|
"n8n#lint"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"lint:frontend": {
|
|
|
|
"dependsOn": [
|
|
|
|
"@n8n/chat#lint",
|
|
|
|
"@n8n/codemirror-lang#lint",
|
|
|
|
"@n8n/storybook#lint",
|
|
|
|
"n8n-cypress#lint",
|
|
|
|
"n8n-design-system#lint",
|
|
|
|
"n8n-editor-ui#lint"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"lint:nodes": {
|
|
|
|
"dependsOn": ["n8n-nodes-base#lint", "@n8n/n8n-nodes-langchain#lint"]
|
|
|
|
},
|
2022-08-06 13:55:51 -07:00
|
|
|
"lint": {},
|
|
|
|
"lintfix": {},
|
2024-07-05 08:43:52 -07:00
|
|
|
"test:backend": {
|
|
|
|
"dependsOn": [
|
|
|
|
"@n8n/client-oauth2#test",
|
|
|
|
"@n8n/imap#test",
|
|
|
|
"@n8n/permissions#test",
|
|
|
|
"n8n-workflow#test",
|
|
|
|
"n8n-core#test",
|
|
|
|
"n8n#test"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"test:frontend": {
|
|
|
|
"dependsOn": [
|
|
|
|
"@n8n/chat#test",
|
|
|
|
"@n8n/codemirror-lang#test",
|
|
|
|
"n8n-design-system#test",
|
|
|
|
"n8n-editor-ui#test"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"test:nodes": {
|
|
|
|
"dependsOn": ["n8n-nodes-base#test", "@n8n/n8n-nodes-langchain#test"]
|
|
|
|
},
|
2022-08-06 13:55:51 -07:00
|
|
|
"test": {},
|
2023-12-06 07:28:33 -08:00
|
|
|
"watch": {
|
|
|
|
"cache": false,
|
|
|
|
"persistent": true
|
|
|
|
},
|
2022-08-06 13:55:51 -07:00
|
|
|
"dev": {
|
2023-12-06 07:28:33 -08:00
|
|
|
"cache": false,
|
|
|
|
"persistent": true
|
2022-08-06 13:55:51 -07:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|