Archived
1
0

Fix install and possibly Jest

This commit is contained in:
Asher
2019-01-11 11:47:23 -06:00
committed by Kyle Carberry
parent 9cd81f73fa
commit b40d8e75e8
9 changed files with 2533 additions and 63 deletions

View File

@ -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.