1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-04 18:29:27 +02:00
Peertube/scripts/build/server.sh
2020-02-19 08:57:32 +01:00

9 lines
137 B
Bash
Executable file

#!/bin/bash
set -eu
rm -rf ./dist
npm run tsc
cp "./tsconfig.json" "./dist"
cp -r "./server/static" "./server/assets" "./dist/server"