This website requires JavaScript.
Explore
Help
Sign In
OpenCloud
/
PeerTube
mirror of
https://github.com/Chocobozzz/PeerTube
Watch
1
Star
0
Fork
You've already forked PeerTube
0
Code
Issues
Releases
Wiki
Activity
e0ce715a1d
PeerTube
/
scripts
/
build
/
server.sh
9 lines
87 B
Bash
Raw
Normal View
History
Unescape
Escape
Clean shell scripts (#398)
2018-03-27 10:35:12 +02:00
#!/bin/sh
set
-eu
Adapt scripts to typescript
2017-06-10 22:57:31 +02:00
rm -rf ./dist
npm run tsc
Fix dnt route
2018-10-01 13:29:38 +02:00
cp -r
"./server/static"
"./dist/server"