Skip to content

Commit

Permalink
Add -rf option to rm
Browse files Browse the repository at this point in the history
  • Loading branch information
diegovalle committed Sep 11, 2024
1 parent 4fc56ef commit 1012db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_website.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ cp R/interactive-map/municipios*.json elcri.men/static/elcrimen-json/

export GATSBY_TELEMETRY_DISABLED=1
(cd elcri.men && npx browserslist@latest --update-db)
(cd elcri.men && rm node_modules && gatsby clean && npm install && gatsby build --verbose)
(cd elcri.men && rm -rf node_modules && gatsby clean && npm install && gatsby build --verbose)

echo "Exporting databases to csv.gz"
# Export the sqlite database to csv and compress
Expand Down

0 comments on commit 1012db2

Please sign in to comment.