diff --git a/front/package.json b/front/package.json index 5fc09c2..88d3c95 100644 --- a/front/package.json +++ b/front/package.json @@ -12,7 +12,7 @@ "develop": "gatsby develop", "preview": "ENABLE_GATSBY_REFRESH_ENDPOINT=true gatsby develop -H 0.0.0.0 -p 8000", "start": "gatsby build && gatsby serve", - "build": "gatsby build", + "build": "rm -rf public && rm -rf .cache && gatsby build", "serve": "gatsby serve", "clean": "gatsby clean", "prettier": "prettier . --write"