fix(build): Make build unrelient on root level deps
This commit is contained in:
parent
9224613a74
commit
a70fb9ba01
@ -1,5 +1,3 @@
|
||||
require('dotenv').config();
|
||||
|
||||
const fs = require('fs-extra');
|
||||
const path = require('path');
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
require('dotenv').config();
|
||||
|
||||
const { spawn } = require('child_process');
|
||||
const kill = require('tree-kill');
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user