X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=scripts%2Fgenerate-code-contributors.ts;h=5357daf0451b96c943cda3cb7928eb0e4434c018;hb=0191e11d2db5ad29a4d417300f08f66b33333f6b;hp=449407c4409ff73a2c1d1335e0e9888765ecd74f;hpb=bf54587a3e2ad9c2c186828f2a5682b91ee2cc00;p=github%2FChocobozzz%2FPeerTube.git diff --git a/scripts/generate-code-contributors.ts b/scripts/generate-code-contributors.ts index 449407c44..5357daf04 100755 --- a/scripts/generate-code-contributors.ts +++ b/scripts/generate-code-contributors.ts @@ -1,6 +1,3 @@ -import { registerTSPaths } from '../server/helpers/register-ts-paths' -registerTSPaths() - import { CLICommand } from '@shared/server-commands' run()