mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-11-24 21:19:37 +00:00
build: fix docs:typ using wrong root dir (#1522)
This commit is contained in:
parent
1e9fea0337
commit
47410c89e8
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ import { resolve, basename } from "path";
|
|||
import * as fs from "fs";
|
||||
import { execSync } from "child_process";
|
||||
|
||||
const root = resolve(import.meta.dirname, "../..");
|
||||
const root = resolve(import.meta.dirname, "..");
|
||||
const dry = process.argv.includes("--dry");
|
||||
|
||||
const bytes2utf8 = new TextDecoder();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue