Fixed v3
This commit is contained in:
parent
4ff3414332
commit
f431362499
|
|
@ -72,7 +72,7 @@ function buildDist() {
|
||||||
fs.outputJsonSync(path.join(pathOfDistV3, 'list'), v3List);
|
fs.outputJsonSync(path.join(pathOfDistV3, 'list'), v3List);
|
||||||
})
|
})
|
||||||
.then(function () {
|
.then(function () {
|
||||||
return fs.copySync(path.join(pathOfPublic, 'CNAME'), path.join(pathOfDist, 'CNAME'))
|
return fs.copySync(path.join(pathOfPublic, 'CNAME'), path.join(pathOfDist, 'CNAME'));
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue