Skip to content

Commit 9a07395

Browse files
committed
style: fix code format
1 parent 96afcdf commit 9a07395

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

scripts/gulpfile.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,7 @@ function copyHtml() {
6060
path.join(cwd, 'site-dist/index-cn.html'),
6161
fs.readFileSync(path.join(cwd, 'site-dist/index.html')),
6262
);
63-
fs.writeFileSync(
64-
path.join(cwd, 'site-dist/CNAME'),
65-
'vue.ant.design',
66-
);
63+
fs.writeFileSync(path.join(cwd, 'site-dist/CNAME'), 'vue.ant.design');
6764
rl.on('line', line => {
6865
if (line.indexOf('path:') > -1) {
6966
const name = line.split("'")[1].split("'")[0];

0 commit comments

Comments
 (0)