File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments