1
0
Fork 0
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"