Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Chore: update path for release bundles (#11977)
  • Loading branch information
kaicataldo committed Jul 11, 2019
1 parent 1fb3620 commit d83b233
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.js
Expand Up @@ -774,8 +774,8 @@ target.gensite = function(prereleaseVersion) {
if (!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`);
cp("-f", "build/eslint.js", `${SITE_DIR}src/js/eslint.js`);
cp("-f", "build/espree.js", `${SITE_DIR}src/js/espree.js`);
} else {
echo("> Skipped updating the demos (Step 13)");
}
Expand Down

0 comments on commit d83b233

Please sign in to comment.