diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-05-13 14:42:14 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-05-13 14:42:14 +0200 |
commit | f03996dad65281fbb64b7b8ab31d279d7b332a22 (patch) | |
tree | 64bc0904f10a582881285e39fb72d137301483a3 /scripts/danger/clean | |
parent | 230809efa1e7e81ce60cd65f8b398f01a27d525b (diff) | |
download | PeerTube-f03996dad65281fbb64b7b8ab31d279d7b332a22.tar.gz PeerTube-f03996dad65281fbb64b7b8ab31d279d7b332a22.tar.zst PeerTube-f03996dad65281fbb64b7b8ab31d279d7b332a22.zip |
Fix some typescript compilations issues
Diffstat (limited to 'scripts/danger/clean')
-rwxr-xr-x | scripts/danger/clean/modules.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/danger/clean/modules.sh b/scripts/danger/clean/modules.sh index d357e1b77..1aa6c732b 100755 --- a/scripts/danger/clean/modules.sh +++ b/scripts/danger/clean/modules.sh | |||
@@ -3,5 +3,5 @@ | |||
3 | read -p "This will remove all node and typescript modules. Are you sure? " -n 1 -r | 3 | read -p "This will remove all node and typescript modules. Are you sure? " -n 1 -r |
4 | 4 | ||
5 | if [[ "$REPLY" =~ ^[Yy]$ ]]; then | 5 | if [[ "$REPLY" =~ ^[Yy]$ ]]; then |
6 | rm -rf node_modules client/node_modules client/typings/{browser,main}* | 6 | rm -rf node_modules client/node_modules client/typings |
7 | fi | 7 | fi |