chore: Fix hot reload for nodes-langchain package (no-changelog) (#17111)

This commit is contained in:
oleg
2025-07-09 13:13:07 +02:00
committed by GitHub
parent d1ac292709
commit d08f306c83
4 changed files with 64 additions and 17 deletions

View File

@@ -14,7 +14,7 @@
"format:check": "biome ci .",
"lint": "eslint nodes credentials utils --quiet",
"lintfix": "eslint nodes credentials utils --fix",
"watch": "tsup --watch --tsconfig tsconfig.build.json --onSuccess \"pnpm copy-nodes-json && tsc-alias -p tsconfig.build.json && pnpm n8n-generate-metadata\"",
"watch": "tsup --watch nodes --watch credentials --watch utils --watch types --tsconfig tsconfig.build.json --onSuccess \"node ./scripts/post-build.js\"",
"test": "jest",
"test:dev": "jest --watch"
},