From 04f3f3798a2655332c50ff879e6fb4bd34be2546 Mon Sep 17 00:00:00 2001 From: Bryan Frimin Date: Tue, 2 Dec 2025 14:28:15 +0100 Subject: [PATCH] Fix npm config Signed-off-by: Bryan Frimin --- .github/workflows/release.yaml | 2 +- packages/n8n-node/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 10ee5229d..ff33540d7 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -137,7 +137,7 @@ jobs: - run: npm ci - run: npm --workspace @probo/n8n-nodes-probo run build - - run: npm --workspace @probo/@probo/n8n-nodes-probo version --from-git --no-git-tag-version + - run: npm --workspace @probo/n8n-nodes-probo version --from-git --no-git-tag-version - uses: anchore/sbom-action@da167eac915b4e86f08b264dbdbc867b61be6f0c #v0.20.5 with: diff --git a/packages/n8n-node/package.json b/packages/n8n-node/package.json index 765db65e0..8fa7fdece 100644 --- a/packages/n8n-node/package.json +++ b/packages/n8n-node/package.json @@ -9,7 +9,7 @@ "lint": "n8n-node lint", "lint:fix": "n8n-node lint --fix", "release": "n8n-node release", - "prepublishOnly": "n8n-node prerelease" + "prepublishOnly": "npm run build && npm run lint" }, "author": { "name": "Probo Inc"