mirror of https://github.com/Chocobozzz/PeerTube
There are no typings anymore
parent
3fad43acfb
commit
0a80f41f45
|
@ -3,5 +3,5 @@
|
||||||
read -p "This will remove all node and typescript modules. Are you sure? " -n 1 -r
|
read -p "This will remove all node and typescript modules. Are you sure? " -n 1 -r
|
||||||
|
|
||||||
if [[ "$REPLY" =~ ^[Yy]$ ]]; then
|
if [[ "$REPLY" =~ ^[Yy]$ ]]; then
|
||||||
rm -rf node_modules client/node_modules client/typings
|
rm -rf node_modules client/node_modules
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue