fix(release): include whatsapp in npm pack

This commit is contained in:
Peter Steinberger
2026-01-10 04:34:24 +01:00
parent 5ec2018c8a
commit cc8d3d331a
2 changed files with 3 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ const requiredPaths = [
"dist/discord/send.js",
"dist/hooks/gmail.js",
"dist/msteams/send.js",
"dist/whatsapp/normalize.js",
];
const forbiddenPrefixes = ["dist/Clawdbot.app/"];