mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-06-30 09:55:19 +00:00
(build): use deno command for type generation
This commit is contained in:
+1
-1
@@ -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.");
|
||||
|
||||
Reference in New Issue
Block a user