PeerTube/scripts/clean/client/tsc.sh

6 lines
134 B
Bash
Raw Normal View History

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