1
0
Fork 0

There are no typings anymore

This commit is contained in:
Chocobozzz 2016-10-10 21:34:10 +02:00
parent 3fad43acfb
commit 0a80f41f45
1 changed files with 1 additions and 1 deletions

View File

@ -3,5 +3,5 @@
read -p "This will remove all node and typescript modules. Are you sure? " -n 1 -r
if [[ "$REPLY" =~ ^[Yy]$ ]]; then
rm -rf node_modules client/node_modules client/typings
rm -rf node_modules client/node_modules
fi