From 0a80f41f458747bfc51219c65d5d73f8cf14fdbe Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 10 Oct 2016 21:34:10 +0200 Subject: [PATCH] There are no typings anymore --- scripts/danger/clean/modules.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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