From 9b6e18e04cb1624af75a705e8da765b2c6ea6e5d Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Sun, 4 Jul 2021 01:39:55 -0600 Subject: [PATCH] Remove big folder from builds --- build/scripts/remove_modules.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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/*