fix(dev-infra): correct build setup for dev-infra (#38815)

Correct's the missing dependencies and incorrect build dependencies for the
dev-infra bazel targets.

PR Close #38815
This commit is contained in:
Joey Perrott
2020-09-11 12:13:36 -07:00
committed by Andrew Kushnir
parent 57c442f930
commit 6768fe9927
7 changed files with 16 additions and 43 deletions

View File

@ -7,7 +7,7 @@
*/
import chalk from 'chalk';
import {writeFileSync} from 'fs-extra';
import {writeFileSync} from 'fs';
import {createPromptModule, ListChoiceOptions, prompt} from 'inquirer';
import * as inquirerAutocomplete from 'inquirer-autocomplete-prompt';
import {join} from 'path';