diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-05-13 14:18:37 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-05-13 14:23:11 +0200 |
commit | 230809efa1e7e81ce60cd65f8b398f01a27d525b (patch) | |
tree | ddbd0cee82bd2d35d01a1307a2905a467f51ca6b /scripts/danger | |
parent | bc503c2a62dcf9aed6b8d90b68f0f27a7755ac01 (diff) | |
download | PeerTube-230809efa1e7e81ce60cd65f8b398f01a27d525b.tar.gz PeerTube-230809efa1e7e81ce60cd65f8b398f01a27d525b.tar.zst PeerTube-230809efa1e7e81ce60cd65f8b398f01a27d525b.zip |
Update to Angular RC 1
Diffstat (limited to 'scripts/danger')
-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 1aa6c732b..d357e1b77 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 | 6 | rm -rf node_modules client/node_modules client/typings/{browser,main}* |
7 | fi | 7 | fi |