1
1
mirror of https://github.com/n8n-io/n8n.git synced 2024-08-16 16:40:30 +03:00

ci: Do not hoist workspace packages in custom builds (no-changelog) (#9388)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™ 2024-05-14 14:08:37 +02:00 committed by GitHub
parent 7b45dc313f
commit 97d3c6465c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 1 additions and 7 deletions

1
.npmrc
View File

@ -7,4 +7,5 @@ prefer-workspace-packages = true
link-workspace-packages = deep
hoist = true
shamefully-hoist = true
hoist-workspace-packages = false
loglevel = warn

View File

@ -38,9 +38,6 @@
"test:e2e:dev": "scripts/run-e2e.js dev",
"test:e2e:all": "scripts/run-e2e.js all"
},
"dependencies": {
"n8n": "workspace:*"
},
"devDependencies": {
"@n8n_io/eslint-config": "workspace:*",
"@ngneat/falso": "^6.4.0",

View File

@ -44,10 +44,6 @@ patchedDependencies:
importers:
.:
dependencies:
n8n:
specifier: workspace:*
version: link:packages/cli
devDependencies:
'@n8n_io/eslint-config':
specifier: workspace:*