Skip to content

Commit

Permalink
Merge 3529d2c into 7cd0050
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathew1011 committed Apr 5, 2021
2 parents 7cd0050 + 3529d2c commit 7433068
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/build-wvr-components-static.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,8 @@ const reportPath = `${weaverComponentsPath}/reports`;
fs.copy("src/index-reports.html", `${reportPath}/index.html`);
fs.copy("src/assets", `${reportPath}/assets`);

if( fs.existsSync("dist/bundle/assets/tinymce") ) {
fs.copy("dist/bundle/assets/tinymce", `${docPath}/usage/assets/tinymce`);
}

})();

0 comments on commit 7433068

Please sign in to comment.