mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 17:59:37 +02:00
8 lines
87 B
Bash
Executable file
8 lines
87 B
Bash
Executable file
#!/bin/sh
|
|
|
|
set -eu
|
|
|
|
rm -rf ./dist
|
|
|
|
npm run tsc
|
|
cp -r "./server/static" "./dist/server"
|