Skip to content

Commit

Permalink
Update release.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinyAhin committed Aug 1, 2022
1 parent 72d826f commit a5fcc77
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 a5fcc77

Please sign in to comment.