From 34a53829e7a63ff2f6b371d77ce283bbdd373b91 Mon Sep 17 00:00:00 2001 From: Pig Fang Date: Wed, 6 Mar 2019 16:07:24 +0800 Subject: [PATCH] Build: copy bundled espree to website directory (#11478) --- Makefile.js | 1 + 1 file changed, 1 insertion(+) 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)"); }