aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-07-22 11:58:44 +0200
committerChocobozzz <me@florianbigard.com>2021-07-22 12:01:58 +0200
commit7a397c7f1548750bc6c1609bcdd34d1bded9fbf7 (patch)
tree51041c82febb8cc9ff97b920a9809ee1fb46f2d3 /shared
parent20bafcb61bee2a9a10a500908850c9a7d5e3c8c5 (diff)
downloadPeerTube-7a397c7f1548750bc6c1609bcdd34d1bded9fbf7.tar.gz
PeerTube-7a397c7f1548750bc6c1609bcdd34d1bded9fbf7.tar.zst
PeerTube-7a397c7f1548750bc6c1609bcdd34d1bded9fbf7.zip
Upgrade server dependencies
Diffstat (limited to 'shared')
-rw-r--r--shared/extra-utils/server/servers-command.ts3
1 files changed, 1 insertions, 2 deletions
diff --git a/shared/extra-utils/server/servers-command.ts b/shared/extra-utils/server/servers-command.ts
index 107e2b4ad..a78921f2a 100644
--- a/shared/extra-utils/server/servers-command.ts
+++ b/shared/extra-utils/server/servers-command.ts
@@ -3,8 +3,7 @@ import { copy, ensureDir, readFile, remove } from 'fs-extra'
3import { join } from 'path' 3import { join } from 'path'
4import { root } from '@server/helpers/core-utils' 4import { root } from '@server/helpers/core-utils'
5import { HttpStatusCode } from '@shared/models' 5import { HttpStatusCode } from '@shared/models'
6import { getFileSize } from '@uploadx/core' 6import { getFileSize, isGithubCI, wait } from '../miscs'
7import { isGithubCI, wait } from '../miscs'
8import { AbstractCommand, OverrideCommandOptions } from '../shared' 7import { AbstractCommand, OverrideCommandOptions } from '../shared'
9 8
10export class ServersCommand extends AbstractCommand { 9export class ServersCommand extends AbstractCommand {