Skip to content

fix(n8n): narrow package files, fix scan-community-package#191

Merged
lookinway merged 2 commits intomainfrom
fix/n8n-scan-and-files
Apr 7, 2026
Merged

fix(n8n): narrow package files, fix scan-community-package#191
lookinway merged 2 commits intomainfrom
fix/n8n-scan-and-files

Conversation

@lookinway
Copy link
Copy Markdown
Collaborator

Summary

  • package.json files: dist/dist/nodes/, dist/credentials/, dist/icons/ — исключает случайное попадание e2e screenshots в пакет (2MB → 85KB)
  • package.json devDeps: убрали @pachca/openapi-parser: workspace:* — bun резолвит через workspace автоматически
  • n8n.yml scan: перенесли scan-community-package после npm publish и вызываем по имени пакета (n8n-nodes-pachca@version) — сканер не поддерживает локальные пути, . давал ошибку .@null

Test plan

  • n8n build проходит (turbo build --filter=n8n-nodes-pachca)
  • npm pack --dry-run показывает 128 файлов, ~85KB
  • После мержа + workflow_dispatch — scan проходит чисто

@lookinway lookinway merged commit 4cdf4c5 into main Apr 7, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant