From b0e475301a59a6a985c0b78982577d12fa3bef0e Mon Sep 17 00:00:00 2001 From: Bryan Frimin Date: Tue, 2 Dec 2025 13:50:20 +0100 Subject: [PATCH] Fix missing nodes Signed-off-by: Bryan Frimin --- packages/n8n-node/package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/n8n-node/package.json b/packages/n8n-node/package.json index 703a2d400..3765d1567 100644 --- a/packages/n8n-node/package.json +++ b/packages/n8n-node/package.json @@ -21,7 +21,9 @@ "credentials": [ "dist/credentials/ProboApi.credentials.js" ], - "nodes": [] + "nodes": [ + "dist/nodes/Probo/Probo.node.js" + ] }, "license": "MIT", "description": "n8n nodes for integrating with the Probo compliance platform API",