This website requires JavaScript.
Explore
Help
Sign In
interesting
/
PeerTube
mirror of
https://github.com/Chocobozzz/PeerTube.git
Watch
1
Star
0
Fork
You've already forked PeerTube
0
Code
Issues
Projects
Releases
Wiki
Activity
03d641a0d7
PeerTube
/
scripts
/
build
/
index.sh
8 lines
101 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
set
-eu
npm run concurrently -- -k
\
"npm run build:client"
\
"npm run build:server"
Reference in New Issue
View Git Blame
Copy Permalink