1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-04 02:09:37 +02:00
Peertube/scripts/build/server.sh
2018-09-25 11:13:34 +02:00

8 lines
80 B
Bash
Executable file

#!/bin/sh
set -eu
rm -rf ./dist
npm run tsc
cp -r "./server/static" "./dist"