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

@@ -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"