fix(cli): use remove instead of emptyDir in clean command (#5895) (#5904)

This commit is contained in:
neverland
2020-03-25 10:18:15 +08:00
committed by GitHub
parent 5f16f1fb6d
commit 3dd3a45cfd
3 changed files with 18 additions and 11 deletions
+1
View File
@@ -23,6 +23,7 @@ export const ROOT = findRootDir(CWD);
export const ES_DIR = join(ROOT, 'es');
export const LIB_DIR = join(ROOT, 'lib');
export const DOCS_DIR = join(ROOT, 'docs');
export const VETUR_DIR = join(ROOT, 'vetur');
export const SITE_DIST_DIR = join(ROOT, 'site');
export const VANT_CONFIG_FILE = join(ROOT, 'vant.config.js');
export const PACKAGE_JSON_FILE = join(ROOT, 'package.json');