Remove child-process-es6-promise

Summary:
We're using two libraries to do the same thing.
The other one is better.

Reviewed By: mweststrate

Differential Revision: D18954485

fbshipit-source-id: 33ed2f452badf30cb72c69661527edc54708efba
This commit is contained in:
Pascal Hartig
2020-01-13 08:09:50 -08:00
committed by Facebook Github Bot
parent 61df5de3ed
commit acc2f293bd
4 changed files with 12 additions and 15 deletions

View File

@@ -12,7 +12,7 @@ const compilePlugins = require('../static/compilePlugins');
const tmp = require('tmp');
const path = require('path');
const fs = require('fs-extra');
const cp = require('child-process-es6-promise');
const cp = require('promisify-child-process');
function die(err) {
console.error(err.stack);