X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=scripts%2Fgenerate-code-contributors.ts;h=5357daf0451b96c943cda3cb7928eb0e4434c018;hb=7c8be859f77784eb34ff57de16a13ca9a925d554;hp=f0b37787a6db9c5d045b2a7fbf43f6c5dd1effa4;hpb=50bb71badee51785fb54b95b9811ed862983a513;p=github%2FChocobozzz%2FPeerTube.git diff --git a/scripts/generate-code-contributors.ts b/scripts/generate-code-contributors.ts index f0b37787a..5357daf04 100755 --- a/scripts/generate-code-contributors.ts +++ b/scripts/generate-code-contributors.ts @@ -1,7 +1,4 @@ -import { registerTSPaths } from '../server/helpers/register-ts-paths' -registerTSPaths() - -import { CLICommand } from '@shared/extra-utils' +import { CLICommand } from '@shared/server-commands' run() .then(() => process.exit(0)) @@ -193,6 +190,9 @@ function getContributorsBlacklist () { return { 'Bigard Florian': true, 'chocobozzz': true, - 'Rigel': true + 'Rigel': true, + + // Requested by the contributor + 'Marcel Cramm': true } }