aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/danger/clean/modules.sh
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2016-10-10 21:34:10 +0200
committerChocobozzz <florian.bigard@gmail.com>2016-10-10 21:34:10 +0200
commit0a80f41f458747bfc51219c65d5d73f8cf14fdbe (patch)
tree2a3146c4064ea57fa224f2bb2ec3af68d89b2532 /scripts/danger/clean/modules.sh
parent3fad43acfb8740f0aa81146277d91073ddf18c65 (diff)
downloadPeerTube-0a80f41f458747bfc51219c65d5d73f8cf14fdbe.tar.gz
PeerTube-0a80f41f458747bfc51219c65d5d73f8cf14fdbe.tar.zst
PeerTube-0a80f41f458747bfc51219c65d5d73f8cf14fdbe.zip
There are no typings anymore
Diffstat (limited to 'scripts/danger/clean/modules.sh')
-rwxr-xr-xscripts/danger/clean/modules.sh2
1 files changed, 1 insertions, 1 deletions
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 @@
3read -p "This will remove all node and typescript modules. Are you sure? " -n 1 -r 3read -p "This will remove all node and typescript modules. Are you sure? " -n 1 -r
4 4
5if [[ "$REPLY" =~ ^[Yy]$ ]]; then 5if [[ "$REPLY" =~ ^[Yy]$ ]]; then
6 rm -rf node_modules client/node_modules client/typings 6 rm -rf node_modules client/node_modules
7fi 7fi