We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d08ff1c commit 009b6cbCopy full SHA for 009b6cb
.teamcity/scripts/fix-wrs/index.mjs
@@ -4,7 +4,7 @@ import { join, resolve } from 'node:path';
4
5
6
const ROOT_DIR = resolve('.');
7
-const DATA_DIR = join(ROOT_DIR, 'kr.tree');
+const DATA_DIR = join(ROOT_DIR, '/docs/kr.tree');
8
9
const text = (await readFile(DATA_DIR));
10
const $ = await load(text, { xml: true });
0 commit comments