Fix npm config

Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
Bryan Frimin
2025-12-02 14:28:15 +01:00
parent ae6b13eec8
commit 04f3f3798a
2 changed files with 2 additions and 2 deletions

View File

@@ -137,7 +137,7 @@ jobs:
- run: npm ci - run: npm ci
- run: npm --workspace @probo/n8n-nodes-probo run build - 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 - uses: anchore/sbom-action@da167eac915b4e86f08b264dbdbc867b61be6f0c #v0.20.5
with: with:

View File

@@ -9,7 +9,7 @@
"lint": "n8n-node lint", "lint": "n8n-node lint",
"lint:fix": "n8n-node lint --fix", "lint:fix": "n8n-node lint --fix",
"release": "n8n-node release", "release": "n8n-node release",
"prepublishOnly": "n8n-node prerelease" "prepublishOnly": "npm run build && npm run lint"
}, },
"author": { "author": {
"name": "Probo Inc" "name": "Probo Inc"