build: Add pnpm agent:setup for fresh-checkout install + build + test (#31756)

Co-authored-by: n8n-cat-bot[bot] <n8n-cat-bot[bot]@users.noreply.github.com>
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
n8n-cat-bot[bot]
2026-06-04 17:44:24 +01:00
committed by GitHub
parent ff3657ded7
commit 91182ed02b
7 changed files with 242 additions and 3 deletions
+1 -1
View File
@@ -22,7 +22,7 @@
"lint:fix": "eslint src --fix",
"prepack": "echo \"Building project...\" && rm -rf dist && tsc -b",
"watch": "tsc --watch",
"test": "jest"
"test": "jest --passWithNoTests"
},
"bin": {
"n8n-node-dev": "./bin/n8n-node-dev"