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"