Skip to content

Commit

Permalink
chore: safer build remedy
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Sep 16, 2024
1 parent 60206be commit a0bcb4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/env-doctor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ run_diagnostic \
"Build repo" \
"yarn build" \
"Clean, reinstall dependencies, and rebuild" \
"git clean -fdx && yarn install && yarn build"
"git clean -fdx "**/node_modules" "**/bundles" && yarn install && yarn build"

# Function to run a recommendation
run_recommendation() {
Expand Down

0 comments on commit a0bcb4a

Please sign in to comment.