Helper tool for cleaning node_modules

This commit is contained in:
Tomas Bures 2019-06-15 13:48:14 +02:00
parent f8e9d67568
commit ff66a6c39e
2 changed files with 23 additions and 1 deletions

9
setup/delete-modules.sh Normal file
View file

@ -0,0 +1,9 @@
#!/bin/bash
set -e
SCRIPT_PATH=$(dirname $(realpath -s $0))
. $SCRIPT_PATH/functions
cd $SCRIPT_PATH/..
deleteAllModules