Skip to content

Commit

Permalink
add delegates script
Browse files Browse the repository at this point in the history
  • Loading branch information
alireza-sharifpour committed Nov 20, 2024
1 parent f65f217 commit da90d17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"remove-duplicates": "node --experimental-specifier-resolution=node --loader ts-node/esm scripts/migrations/removeDuplicates.ts",
"remove-duplicates-prod": "cross-env NODE_ENV=production node --experimental-specifier-resolution=node --loader ts-node/esm scripts/migrations/removeDuplicates.ts",
"migrate:delegates": "tsx -r dotenv/config scripts/migrations/migrateDelegates.ts",
"migrate:delegates-agora": "tsx -r dotenv/config scripts/migrations/migrateDelegatesAgora.ts",
"fix-node-types": "tsx scripts/migrations/fixNodeTypes.ts",
"remove-duplicate-badge-holders": "cross-env NODE_ENV=development node --experimental-specifier-resolution=node --loader ts-node/esm scripts/migrations/removeDuplicateBadgeHolders.ts",
"remove-duplicate-badge-holders:prod": "cross-env NODE_ENV=production node --env-file=.env.production --experimental-specifier-resolution=node --loader ts-node/esm scripts/migrations/removeDuplicateBadgeHolders.ts --env production",
Expand Down

0 comments on commit da90d17

Please sign in to comment.