UNPKG

zx-editor

Version:

ZxEditor is a HTML5 rich text editor

1 lines 292 B
const fs=require("fs-extra"),path=require("path");console.log("docs move start =========");try{const o=path.resolve(__dirname,"../_book"),e=path.resolve(__dirname,"../../docs");fs.existsSync(e)&&fs.removeSync(e),fs.moveSync(o,e)}catch(o){console.log(o)}console.log("docs move end =========");