diff options
Diffstat (limited to 'scripts/client-build-stats.ts')
-rw-r--r-- | scripts/client-build-stats.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/client-build-stats.ts b/scripts/client-build-stats.ts index d5ecd5fea..3b26aa647 100644 --- a/scripts/client-build-stats.ts +++ b/scripts/client-build-stats.ts | |||
@@ -1,6 +1,6 @@ | |||
1 | import { readdir, stat } from 'fs-extra' | 1 | import { readdir, stat } from 'fs/promises' |
2 | import { join } from 'path' | 2 | import { join } from 'path' |
3 | import { root } from '@shared/core-utils' | 3 | import { root } from '@peertube/peertube-node-utils' |
4 | 4 | ||
5 | async function run () { | 5 | async function run () { |
6 | const result = { | 6 | const result = { |