Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions services/apps/script_executor_worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"dev": "nodemon --watch src --watch ../../libs --ext ts --exec pnpm run start:debug",
"cleanup-fork-activities": "npx tsx src/bin/cleanup-fork-activities-and-maintainers.ts",
"cleanup-member-aggregates": "npx tsx src/bin/cleanup-member-aggregates.ts",
"cleanup-activities-by-platform-and-type": "npx tsx src/bin/cleanup-activities-by-platform-and-type.ts",
"recalculate-enrichment-affiliations": "npx tsx src/bin/recalculate-enrichment-affiliations.ts",
"recalculate-all-affiliations": "npx tsx src/bin/recalculate-all-affiliations.ts",
"add-lf-projects-to-collection": "npx tsx src/bin/add-lf-projects-to-collection.ts",
Expand Down
Loading
Loading