fix(release): include whatsapp in npm pack
This commit is contained in:
parent
5ec2018c8a
commit
cc8d3d331a
2 changed files with 3 additions and 1 deletions
|
|
@ -49,7 +49,8 @@
|
|||
"dist/utils/**",
|
||||
"dist/logging/**",
|
||||
"dist/markdown/**",
|
||||
"dist/pairing/**"
|
||||
"dist/pairing/**",
|
||||
"dist/whatsapp/**"
|
||||
],
|
||||
"scripts": {
|
||||
"dev": "tsx src/entry.ts",
|
||||
|
|
|
|||
|
|
@ -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/"];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue