chore: remove lingering node build and test deps

This commit is contained in:
2026-03-08 18:11:36 -07:00
parent 43bef89fb8
commit aee52e0b35
6 changed files with 18 additions and 49 deletions

View File

@@ -1,8 +1,9 @@
import { readdirSync } from 'node:fs';
import { fileURLToPath } from 'node:url';
import { relative, resolve } from 'node:path';
import { spawnSync } from 'node:child_process';
const repoRoot = resolve(new URL('..', import.meta.url).pathname);
const repoRoot = resolve(fileURLToPath(new URL('..', import.meta.url)));
const lanes = {
'bun-src-full': {