Remove big folder from builds
This commit is contained in:
parent
7b5df157aa
commit
9b6e18e04c
@ -40,9 +40,11 @@ rm -rf {js,scss}
|
|||||||
cd dist
|
cd dist
|
||||||
find css -type f -not -name 'bootstrap.min.css' -delete
|
find css -type f -not -name 'bootstrap.min.css' -delete
|
||||||
find js -type f -not -name 'bootstrap.bundle.min.js' -delete
|
find js -type f -not -name 'bootstrap.bundle.min.js' -delete
|
||||||
cd ..
|
|
||||||
cd $DIR
|
cd $DIR
|
||||||
|
|
||||||
|
cd html2canvas
|
||||||
|
rm -rf dist/types
|
||||||
|
cd $DIR
|
||||||
|
|
||||||
# Make npm stop complaining that these don't exist by actually removing them
|
# Make npm stop complaining that these don't exist by actually removing them
|
||||||
rm -rf .bin/*
|
rm -rf .bin/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user