mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
build: Add dependency on @n8n/eslint-config#build to lint scripts (#16768)
This commit is contained in:
@@ -31,6 +31,7 @@
|
|||||||
"format:check": {},
|
"format:check": {},
|
||||||
"lint:backend": {
|
"lint:backend": {
|
||||||
"dependsOn": [
|
"dependsOn": [
|
||||||
|
"@n8n/eslint-config#build",
|
||||||
"^build",
|
"^build",
|
||||||
"@n8n/api-types#lint",
|
"@n8n/api-types#lint",
|
||||||
"@n8n/config#lint",
|
"@n8n/config#lint",
|
||||||
@@ -52,6 +53,7 @@
|
|||||||
},
|
},
|
||||||
"lint:frontend": {
|
"lint:frontend": {
|
||||||
"dependsOn": [
|
"dependsOn": [
|
||||||
|
"@n8n/eslint-config#build",
|
||||||
"^build",
|
"^build",
|
||||||
"@n8n/rest-api-client#lint",
|
"@n8n/rest-api-client#lint",
|
||||||
"@n8n/api-types#lint",
|
"@n8n/api-types#lint",
|
||||||
@@ -71,6 +73,7 @@
|
|||||||
},
|
},
|
||||||
"lint:nodes": {
|
"lint:nodes": {
|
||||||
"dependsOn": [
|
"dependsOn": [
|
||||||
|
"@n8n/eslint-config#build",
|
||||||
"^build",
|
"^build",
|
||||||
"n8n-nodes-base#lint",
|
"n8n-nodes-base#lint",
|
||||||
"@n8n/n8n-nodes-langchain#lint",
|
"@n8n/n8n-nodes-langchain#lint",
|
||||||
@@ -78,7 +81,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"lint": {
|
"lint": {
|
||||||
"dependsOn": ["^build"]
|
"dependsOn": ["^build", "@n8n/eslint-config#build"]
|
||||||
},
|
},
|
||||||
"lintfix": {},
|
"lintfix": {},
|
||||||
"test:backend": {
|
"test:backend": {
|
||||||
|
|||||||
Reference in New Issue
Block a user