This website requires JavaScript.
Explore
Help
Sign in
forks
/
peertube
Watch
1
Star
0
Fork
You've already forked peertube
0
Code
Releases
Activity
47c951b70b
peertube
/
scripts
/
build
/
server.sh
8 lines
47 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
Copy permalink