This website requires JavaScript.
Explore
Help
Sign in
forks
/
peertube
Watch
1
Star
0
Fork
You've already forked peertube
0
Code
Releases
Activity
69f616ab3a
peertube
/
scripts
/
dev.sh
6 lines
99 B
Bash
Raw
Normal View
History
Unescape
Escape
Use scripty instead of writing shell commands in package.json
2016-04-30 05:17:50 -04:00
#!/usr/bin/env sh
Server: kill all if e process exits in npm run dev
2017-03-04 05:02:33 -05:00
NODE_ENV
=
test
concurrently -k
\
Use scripty instead of writing shell commands in package.json
2016-04-30 05:17:50 -04:00
"npm run watch:client"
\
Adapt scripts to typescript
2017-06-10 16:57:31 -04:00
"tsc && npm start"
Copy permalink