Skip to content

Commit

Permalink
Build: copy bundled espree to website directory (#11478)
Browse files Browse the repository at this point in the history
  • Loading branch information
g-plane authored and not-an-aardvark committed Mar 6, 2019
1 parent f078f9a commit 34a5382
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.js
Expand Up @@ -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)");
}
Expand Down

0 comments on commit 34a5382

Please sign in to comment.