Skip to content

Commit

Permalink
Remove .cache on cleanup build files
Browse files Browse the repository at this point in the history
  • Loading branch information
garbast committed May 26, 2024
1 parent 7827ed8 commit ca2ba58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Build/Scripts/additionalTests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ handleDbmsOptions() {
cleanBuildFiles() {
echo -n "Clean builds ... "
rm -rf \
.cache \
Build/JavaScript \
Build/node_modules \
Documentation-GENERATED-temp
Expand Down

0 comments on commit ca2ba58

Please sign in to comment.