style: fix code format

pull/569/head
wangxueliang 2019-02-28 19:51:05 +08:00
parent 96afcdf30f
commit 9a073953ee
1 changed files with 1 additions and 4 deletions

View File

@ -60,10 +60,7 @@ function copyHtml() {
path.join(cwd, 'site-dist/index-cn.html'),
fs.readFileSync(path.join(cwd, 'site-dist/index.html')),
);
fs.writeFileSync(
path.join(cwd, 'site-dist/CNAME'),
'vue.ant.design',
);
fs.writeFileSync(path.join(cwd, 'site-dist/CNAME'), 'vue.ant.design');
rl.on('line', line => {
if (line.indexOf('path:') > -1) {
const name = line.split("'")[1].split("'")[0];