diff options
author | Chocobozzz <me@florianbigard.com> | 2021-03-12 17:04:49 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-03-24 18:18:41 +0100 |
commit | c2bd7a6fcff652b149b24a642314c88e56a07f48 (patch) | |
tree | 3e123d1e04b814cc94d1c7ef2526466352095ab5 /server/tests/cli/index.ts | |
parent | a784bd7fdef5a0b39d302c2a17aa1706148b2d2e (diff) | |
download | PeerTube-c2bd7a6fcff652b149b24a642314c88e56a07f48.tar.gz PeerTube-c2bd7a6fcff652b149b24a642314c88e56a07f48.tar.zst PeerTube-c2bd7a6fcff652b149b24a642314c88e56a07f48.zip |
Add regenrate thumbnails scripts
Diffstat (limited to 'server/tests/cli/index.ts')
-rw-r--r-- | server/tests/cli/index.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/tests/cli/index.ts b/server/tests/cli/index.ts index 242589010..7e6eebd17 100644 --- a/server/tests/cli/index.ts +++ b/server/tests/cli/index.ts | |||
@@ -6,5 +6,6 @@ import './peertube' | |||
6 | import './plugins' | 6 | import './plugins' |
7 | import './print-transcode-command' | 7 | import './print-transcode-command' |
8 | import './prune-storage' | 8 | import './prune-storage' |
9 | import './regenerate-thumbnails' | ||
9 | import './reset-password' | 10 | import './reset-password' |
10 | import './update-host' | 11 | import './update-host' |