diff options
Diffstat (limited to 'scripts/generate-code-contributors.ts')
-rwxr-xr-x | scripts/generate-code-contributors.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/generate-code-contributors.ts b/scripts/generate-code-contributors.ts index 0cce62180..3d37372d1 100755 --- a/scripts/generate-code-contributors.ts +++ b/scripts/generate-code-contributors.ts | |||
@@ -1,5 +1,5 @@ | |||
1 | import { doRequest } from '../server/helpers/requests' | 1 | import { doRequest } from '../server/helpers/requests' |
2 | import { readFileSync } from 'fs' | 2 | import { readFileSync } from 'fs-extra' |
3 | 3 | ||
4 | run() | 4 | run() |
5 | .then(() => process.exit(0)) | 5 | .then(() => process.exit(0)) |