Skip to content

Commit

Permalink
Merge pull request #14 from awesomemotive/update/release-script
Browse files Browse the repository at this point in the history
Update release.sh
  • Loading branch information
JustinyAhin authored Aug 1, 2022
2 parents 72d826f + a5fcc77 commit ed701d2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .bin/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,12 @@ echo "Removing xml files from root directory."
rm *.xml
rm *.xml.dist

echo "Removing test files from root directory."
rm -rf tests

echo "Removing release documentation from root directory."
rm RELEASE.md

# echo "Removing webpack and remaining config files from root directory."
# rm webpack.config.js postcss.config.js

Expand Down

0 comments on commit ed701d2

Please sign in to comment.