From 1012db2a8431f1e04d189b9340154c0d280b8321 Mon Sep 17 00:00:00 2001 From: diego Date: Wed, 11 Sep 2024 17:26:49 -0600 Subject: [PATCH] Add -rf option to rm --- build_website.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_website.sh b/build_website.sh index 555b65b9..1a5f1697 100755 --- a/build_website.sh +++ b/build_website.sh @@ -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