fix(release): include msteams in npm pack
This commit is contained in:
@@ -5,7 +5,11 @@ import { execSync } from "node:child_process";
|
||||
type PackFile = { path: string };
|
||||
type PackResult = { files?: PackFile[] };
|
||||
|
||||
const requiredPaths = ["dist/discord/send.js", "dist/hooks/gmail.js"];
|
||||
const requiredPaths = [
|
||||
"dist/discord/send.js",
|
||||
"dist/hooks/gmail.js",
|
||||
"dist/msteams/send.js",
|
||||
];
|
||||
const forbiddenPrefixes = ["dist/Clawdbot.app/"];
|
||||
|
||||
function runPackDry(): PackResult[] {
|
||||
|
||||
Reference in New Issue
Block a user