Remove build files after dist build

This commit is contained in:
Kyle Shockey
2017-04-21 18:43:11 -07:00
parent e871871724
commit 10b5c8ef8b

View File

@@ -18,4 +18,4 @@ else
npm pack .
fi
rm !(README.md|package.json|deploy.sh)
find . -not -name .npmignore -not -name .npmrc -not -name deploy.sh -not -name package.json -not -name README.md -not -name *.tgz -delete