]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
There are no typings anymore
authorChocobozzz <florian.bigard@gmail.com>
Mon, 10 Oct 2016 19:34:10 +0000 (21:34 +0200)
committerChocobozzz <florian.bigard@gmail.com>
Mon, 10 Oct 2016 19:34:10 +0000 (21:34 +0200)
scripts/danger/clean/modules.sh

index d2aa7393920ab4e92d60eacef0adb9aa221e5b1c..429044b3fac5a0eaafb6c695c2749e3ef8fec3f5 100755 (executable)
@@ -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