(build): use deno command for type generation

This commit is contained in:
vorotamoroz
2026-06-30 09:37:54 +00:00
parent 9d9b512f3f
commit f97888572b
+1 -1
View File
@@ -16,7 +16,7 @@ try {
try {
console.log("[Postbuild] Type definitions generated successfully. Adding ignore comments...");
execSync("Deno run -A ./utilsdeno/types-add-ignore.ts", { stdio: "inherit" });
execSync("deno run -A ./utilsdeno/types-add-ignore.ts", { stdio: "inherit" });
console.log("[Postbuild] Ignore comments added successfully.");
} catch (error) {
console.warn("[Postbuild] Failed to add ignore comments to type definitions.");