fix(build): Make build unrelient on root level deps

This commit is contained in:
Bouncey 2018-09-06 15:24:49 +01:00 committed by Stuart Taylor
parent 9224613a74
commit a70fb9ba01
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,3 @@
require('dotenv').config();
const fs = require('fs-extra');
const path = require('path');

View File

@ -1,3 +1,5 @@
require('dotenv').config();
const { spawn } = require('child_process');
const kill = require('tree-kill');