Skip to content

Commit

Permalink
rules listing -> rules index page
Browse files Browse the repository at this point in the history
  • Loading branch information
kaicataldo committed Apr 28, 2020
1 parent ba110b1 commit bd2067c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile.js
Expand Up @@ -753,11 +753,11 @@ target.gensite = function(prereleaseVersion) {
}
cp("-rf", `${TEMP_DIR}*`, outputDir);

// 11. Generate rule listing page
// 11. Generate rules index page
if (prereleaseVersion) {
echo("> Skipping updating rules listing because this is a prerelease (Step 11)");
echo("> Skipping updating rules index page because this is a prerelease (Step 11)");
} else {
echo("> Generating the rule listing (Step 11)");
echo("> Generating the rules index page (Step 11)");
generateRuleIndexPage();
}

Expand Down

0 comments on commit bd2067c

Please sign in to comment.