aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/clean/client/tsc.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/clean/client/tsc.sh')
-rwxr-xr-xscripts/clean/client/tsc.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/clean/client/tsc.sh b/scripts/clean/client/tsc.sh
index 3ea6e78d5..b17888640 100755
--- a/scripts/clean/client/tsc.sh
+++ b/scripts/clean/client/tsc.sh
@@ -1,5 +1,6 @@
1#!/usr/bin/env sh 1#!/usr/bin/env sh
2 2
3cd client || exit -1 3cd client || exit -1
4find angular -regextype posix-egrep -regex ".*\.(js|map)$" -exec rm -f {} \; 4find app -regextype posix-egrep -regex ".*\.(js|map)$" -exec rm -f {} \;
5rm -rf ./bundles 5rm -rf ./bundles
6rm -f main.js main.js.map