Directly point to the logger src

This commit is contained in:
Kyle Carberry 2019-03-05 00:29:19 +00:00
parent ef6369d62f
commit 1e0d330778
No known key found for this signature in database
GPG Key ID: 42E8F51E81E8201C
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import { exec, execSync } from "child_process";
import { existsSync, readdirSync } from "fs";
import * as os from "os";
import { join, resolve } from "path";
import { logger, field } from "../packages/logger";
import { logger, field } from "../packages/logger/src/logger";
/**
* Install dependencies for a single package.