Skip to content

Commit

Permalink
Update remove-git-dirs.sh (#17093)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndouglas authored Feb 2, 2024
1 parent a864f03 commit 8114235
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/remove-git-dirs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ find . \
\( \
-path './docroot/vendor/va-gov/content-build/.git' \
-or -path './docroot/vendor/va-gov/vets-website/.git' \
-or -path './next/.git' \
\) \
-print \
-exec rm -rf {} +
Expand Down

0 comments on commit 8114235

Please sign in to comment.