diff options
Diffstat (limited to 'scripts/clean/client')
-rwxr-xr-x | scripts/clean/client/tsc.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/clean/client/tsc.sh b/scripts/clean/client/tsc.sh index 775157a54..3ea6e78d5 100755 --- a/scripts/clean/client/tsc.sh +++ b/scripts/clean/client/tsc.sh | |||
@@ -2,3 +2,4 @@ | |||
2 | 2 | ||
3 | cd client || exit -1 | 3 | cd client || exit -1 |
4 | find angular -regextype posix-egrep -regex ".*\.(js|map)$" -exec rm -f {} \; | 4 | find angular -regextype posix-egrep -regex ".*\.(js|map)$" -exec rm -f {} \; |
5 | rm -rf ./bundles | ||