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
a2457e9de4
PeerTube
/
scripts
/
dev.sh
6 lines
92 B
Bash
Raw
Normal View
History
Unescape
Escape
Use scripty instead of writing shell commands in package.json
2016-04-30 11:17:50 +02:00
#!/usr/bin/env sh
Server: kill all if e process exits in npm run dev
2017-03-04 11:02:33 +01:00
NODE_ENV
=
test
concurrently -k
\
Use scripty instead of writing shell commands in package.json
2016-04-30 11:17:50 +02:00
"npm run watch:client"
\
"npm start"