1
0
Fork 0
peertube/scripts/clean/client/tsc.sh

7 lines
156 B
Bash
Raw Normal View History

#!/usr/bin/env sh
cd client || exit -1
find app -regextype posix-egrep -regex ".*\.(js|map)$" -exec rm -f {} \;
2016-05-13 08:18:37 -04:00
rm -rf ./bundles
rm -f main.js main.js.map