This website requires JavaScript.
Explore
Help
Sign in
forks
/
peertube
Watch
1
Star
0
Fork
You've already forked peertube
0
Code
Releases
Activity
830bcd0f82
peertube
/
scripts
/
clean
/
client
/
dist.sh
5 lines
53 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
cd
client
||
exit
-1
Adapt npm scripts
2016-06-03 16:34:39 -04:00
rm -rf dist/
Copy permalink