feat(cli): allow merge commit message

This commit is contained in:
陈嘉涵
2019-11-29 17:59:57 +08:00
parent 2baaf33c62
commit fac3e60ad2
2 changed files with 3 additions and 2 deletions

View File

@@ -1,4 +1,3 @@
import { clean } from '../commands/clean';
import { setNodeEnv } from '../common';
import { compileSite } from '../compiler/compile-site';