diff --git a/build/scripts/remove_modules.sh b/build/scripts/remove_modules.sh index 6c22b3f..4cce59d 100755 --- a/build/scripts/remove_modules.sh +++ b/build/scripts/remove_modules.sh @@ -40,9 +40,11 @@ rm -rf {js,scss} cd dist find css -type f -not -name 'bootstrap.min.css' -delete find js -type f -not -name 'bootstrap.bundle.min.js' -delete -cd .. cd $DIR +cd html2canvas +rm -rf dist/types +cd $DIR # Make npm stop complaining that these don't exist by actually removing them rm -rf .bin/*