Skip to content

Commit cead3cc

Browse files
fix(lint): more memory for bigger curriculum (freeCodeCamp#66714)
1 parent e4b4589 commit cead3cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

curriculum/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"delete-challenge": "tsx --tsconfig ../tools/challenge-helper-scripts/tsconfig.json ../tools/challenge-helper-scripts/delete-challenge",
4343
"delete-task": "tsx --tsconfig ../tools/challenge-helper-scripts/tsconfig.json ../tools/challenge-helper-scripts/delete-task",
4444
"lint": "eslint --max-warnings 0 && pnpm lint-challenges",
45-
"lint-challenges": "tsx src/lint-localized",
45+
"lint-challenges": "NODE_OPTIONS='--max-old-space-size=7168' tsx src/lint-localized",
4646
"reorder-tasks": "tsx --tsconfig ../tools/challenge-helper-scripts/tsconfig.json ../tools/challenge-helper-scripts/reorder-tasks",
4747
"update-challenge-order": "tsx --tsconfig ../tools/challenge-helper-scripts/tsconfig.json ../tools/challenge-helper-scripts/update-challenge-order",
4848
"update-step-titles": "tsx --tsconfig ../tools/challenge-helper-scripts/tsconfig.json ../tools/challenge-helper-scripts/update-step-titles",

0 commit comments

Comments
 (0)