mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-06 03:50:26 +02:00
There are no typings anymore
This commit is contained in:
parent
3fad43acfb
commit
0a80f41f45
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue