]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - scripts/setup/cli.sh
Fix audio transcoding with video only file
[github/Chocobozzz/PeerTube.git] / scripts / setup / cli.sh
CommitLineData
7e9d3f25
C
1#!/bin/sh
2
3set -eu
4
5NOCLIENT=1 yarn install --pure-lockfile
6
7rm -rf ./dist/server/tools/
8
9(
10 cd ./server/tools
11 yarn install --pure-lockfile
f8360396 12 ../../node_modules/.bin/tsc --build --verbose
7e9d3f25
C
13)
14
1a12f66d 15cp -r "./server/tools/node_modules" "./dist/server/tools"
f8360396
C
16
17npm run resolve-tspaths:cli
18npm run resolve-tspaths:server