Skip to content

Commit a6b55d1

Browse files
committed
Directly point to the logger src
1 parent fa58d36 commit a6b55d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install-packages.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { exec, execSync } from "child_process";
22
import { existsSync, readdirSync } from "fs";
33
import * as os from "os";
44
import { join, resolve } from "path";
5-
import { logger, field } from "../packages/logger";
5+
import { logger, field } from "../packages/logger/src/logger";
66

77
/**
88
* Install dependencies for a single package.

0 commit comments

Comments
 (0)