ci: Lint and Test @n8n/config on the CI as well (no-changelog) (#10156)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2024-07-23 12:17:29 +02:00
committed by GitHub
parent de015ff297
commit 0fd2c5e106
2 changed files with 29 additions and 1 deletions

View File

@@ -24,6 +24,7 @@
"format": {},
"lint:backend": {
"dependsOn": [
"@n8n/config#lint",
"@n8n/client-oauth2#lint",
"@n8n/imap#lint",
"@n8n/permissions#lint",
@@ -50,6 +51,7 @@
"lintfix": {},
"test:backend": {
"dependsOn": [
"@n8n/config#test",
"@n8n/client-oauth2#test",
"@n8n/imap#test",
"@n8n/permissions#test",