diff options
Diffstat (limited to 'scripts/generate-code-contributors.ts')
-rwxr-xr-x | scripts/generate-code-contributors.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/generate-code-contributors.ts b/scripts/generate-code-contributors.ts index c745b1cb2..8493d3d0c 100755 --- a/scripts/generate-code-contributors.ts +++ b/scripts/generate-code-contributors.ts | |||
@@ -1,3 +1,6 @@ | |||
1 | import { registerTSPaths } from '../server/helpers/register-ts-paths' | ||
2 | registerTSPaths() | ||
3 | |||
1 | import { doRequest } from '../server/helpers/requests' | 4 | import { doRequest } from '../server/helpers/requests' |
2 | import { readFileSync } from 'fs-extra' | 5 | import { readFileSync } from 'fs-extra' |
3 | 6 | ||