mirror of
https://github.com/coder/code-server.git
synced 2026-05-08 21:37:27 +02:00
Fix install and possibly Jest
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { exec } from "child_process";
|
||||
import { existsSync, readdirSync } from "fs";
|
||||
import { join, resolve } from "path";
|
||||
import { logger, field } from "../logger";
|
||||
import { logger, field } from "../../logger";
|
||||
|
||||
/**
|
||||
* Install dependencies for a single package.
|
||||
Reference in New Issue
Block a user