From: Chocobozzz Date: Mon, 10 Oct 2016 19:34:10 +0000 (+0200) Subject: There are no typings anymore X-Git-Tag: v0.0.1-alpha~684 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0a80f41f458747bfc51219c65d5d73f8cf14fdbe;p=oweals%2Fpeertube.git There are no typings anymore --- diff --git a/scripts/danger/clean/modules.sh b/scripts/danger/clean/modules.sh index d2aa73939..429044b3f 100755 --- a/scripts/danger/clean/modules.sh +++ b/scripts/danger/clean/modules.sh @@ -3,5 +3,5 @@ read -p "This will remove all node and typescript modules. Are you sure? " -n 1 -r if [[ "$REPLY" =~ ^[Yy]$ ]]; then - rm -rf node_modules client/node_modules client/typings + rm -rf node_modules client/node_modules fi