Repository URL to install this package:
import { deleteDist } from '../utils' import { resolveToRoot } from '../resolveToRoot' import config from '../oneConfig/getConfigForEnv' const buildOutputPath = resolveToRoot(config('buildOutputPath')) deleteDist(buildOutputPath)