]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - scripts/danger/clean/modules.sh
Update ng2 bootstrap
[github/Chocobozzz/PeerTube.git] / scripts / danger / clean / modules.sh
CommitLineData
401b079d 1#!/bin/bash
93534495
C
2
3read -p "This will remove all node and typescript modules. Are you sure? " -n 1 -r
4
5if [[ "$REPLY" =~ ^[Yy]$ ]]; then
0a80f41f 6 rm -rf node_modules client/node_modules
93534495 7fi