mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 09:36:44 +00:00
ci: Fix package names in codecov.yml (no-changelog)
This commit is contained in:
12
turbo.json
12
turbo.json
@@ -50,7 +50,11 @@
|
||||
]
|
||||
},
|
||||
"lint:nodes": {
|
||||
"dependsOn": ["n8n-nodes-base#lint", "@n8n/n8n-nodes-langchain#lint"]
|
||||
"dependsOn": [
|
||||
"n8n-nodes-base#lint",
|
||||
"@n8n/n8n-nodes-langchain#lint",
|
||||
"@n8n/json-schema-to-zod#lint"
|
||||
]
|
||||
},
|
||||
"lint": {},
|
||||
"lintfix": {},
|
||||
@@ -79,7 +83,11 @@
|
||||
"outputs": ["coverage/**"]
|
||||
},
|
||||
"test:nodes": {
|
||||
"dependsOn": ["n8n-nodes-base#test", "@n8n/n8n-nodes-langchain#test"],
|
||||
"dependsOn": [
|
||||
"n8n-nodes-base#test",
|
||||
"@n8n/n8n-nodes-langchain#test",
|
||||
"@n8n/json-schema-to-zod#test"
|
||||
],
|
||||
"outputs": ["coverage/**"]
|
||||
},
|
||||
"test": {},
|
||||
|
||||
Reference in New Issue
Block a user