This website requires JavaScript.
Explore
Help
Sign In
IntenseWebs
/
PeerTube
Watch
3
Star
0
Fork
0
You've already forked PeerTube
mirror of
https://github.com/Chocobozzz/PeerTube.git
synced
2025-02-25 18:55:32 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
eba06469b70ffd722532881e40574d2a38a2a19b
PeerTube
/
scripts
/
build
/
server.sh
9 lines
87 B
Bash
Raw
Normal View
History
Unescape
Escape
Clean shell scripts (#398)
2018-03-27 09:35:12 +01: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"
Reference in New Issue
Copy Permalink