]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - scripts/clean/client/tsc.sh
775157a546b5c2ec1a329b7221ffcdb4e26cd90e
[github/Chocobozzz/PeerTube.git] / scripts / clean / client / tsc.sh
1 #!/usr/bin/env sh
2
3 cd client || exit -1
4 find angular -regextype posix-egrep -regex ".*\.(js|map)$" -exec rm -f {} \;