fix(release): include whatsapp in npm pack
This commit is contained in:
@@ -49,7 +49,8 @@
|
|||||||
"dist/utils/**",
|
"dist/utils/**",
|
||||||
"dist/logging/**",
|
"dist/logging/**",
|
||||||
"dist/markdown/**",
|
"dist/markdown/**",
|
||||||
"dist/pairing/**"
|
"dist/pairing/**",
|
||||||
|
"dist/whatsapp/**"
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "tsx src/entry.ts",
|
"dev": "tsx src/entry.ts",
|
||||||
|
|||||||
@@ -9,6 +9,7 @@ const requiredPaths = [
|
|||||||
"dist/discord/send.js",
|
"dist/discord/send.js",
|
||||||
"dist/hooks/gmail.js",
|
"dist/hooks/gmail.js",
|
||||||
"dist/msteams/send.js",
|
"dist/msteams/send.js",
|
||||||
|
"dist/whatsapp/normalize.js",
|
||||||
];
|
];
|
||||||
const forbiddenPrefixes = ["dist/Clawdbot.app/"];
|
const forbiddenPrefixes = ["dist/Clawdbot.app/"];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user