chore(core): Allow undefined in the node output value (#18198)

This commit is contained in:
Guillaume Jacquart
2025-08-11 15:25:52 +02:00
committed by GitHub
parent 409085e8fe
commit 660f2ff09b
3 changed files with 40 additions and 52 deletions

View File

@@ -37,7 +37,7 @@
"optimize-svg": "find ./packages -name '*.svg' ! -name 'pipedrive.svg' -print0 | xargs -0 -P16 -L20 npx svgo",
"setup-backend-module": "node scripts/ensure-zx.mjs && zx scripts/backend-module/setup.mjs",
"start": "run-script-os",
"start:default": "cd packages/cli/bin && ./n8n",
"start:default": "cd packages/cli/bin && node --inspect ./n8n",
"start:tunnel": "./packages/cli/bin/n8n start --tunnel",
"start:windows": "cd packages/cli/bin && n8n",
"test": "JEST_JUNIT_CLASSNAME={filepath} turbo run test",