diff --git a/Makefile.js b/Makefile.js index 00379638301..e2ddd2ab259 100644 --- a/Makefile.js +++ b/Makefile.js @@ -783,6 +783,7 @@ target.gensite = function(prereleaseVersion) { echo("> Updating the demos (Step 13)"); target.webpack("production"); cp("-f", "build/eslint.js", `${SITE_DIR}js/app/eslint.js`); + cp("-f", "build/espree.js", `${SITE_DIR}js/app/espree.js`); } else { echo("> Skipped updating the demos (Step 13)"); }