Skip to content

Commit

Permalink
Add task to generate TOU
Browse files Browse the repository at this point in the history
  • Loading branch information
Cal-L committed Aug 28, 2024
1 parent cd4f319 commit 8bc67c4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions scripts/setup.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -262,10 +262,7 @@ const yarnSetupNodeTask = {
};

const taskList = IS_NODE
? [
yarnSetupNodeTask,
// generateTermsOfUseTask
]
? [yarnSetupNodeTask, generateTermsOfUseTask]
: [
gemInstallTask,
patchModulesTask,
Expand Down

0 comments on commit 8bc67c4

Please sign in to comment.