]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - scripts/danger/clean/modules.sh
Try to fix travis tests
[github/Chocobozzz/PeerTube.git] / scripts / danger / clean / modules.sh
CommitLineData
401b079d 1#!/bin/bash
93534495 2
0e4ffb4b
LA
3set -eu
4
82221ac9 5read -p "This will remove all node server and client modules. Are you sure? " -n 1 -r
93534495
C
6
7if [[ "$REPLY" =~ ^[Yy]$ ]]; then
0a80f41f 8 rm -rf node_modules client/node_modules
93534495 9fi