chore: build-etik cacheatutakoa kentzen du

This commit is contained in:
2024-12-02 17:53:17 +01:00
parent 645e0923ee
commit 2525d7a32c

View File

@@ -12,7 +12,7 @@
"develop": "gatsby develop", "develop": "gatsby develop",
"preview": "ENABLE_GATSBY_REFRESH_ENDPOINT=true gatsby develop -H 0.0.0.0 -p 8000", "preview": "ENABLE_GATSBY_REFRESH_ENDPOINT=true gatsby develop -H 0.0.0.0 -p 8000",
"start": "gatsby build && gatsby serve", "start": "gatsby build && gatsby serve",
"build": "gatsby build", "build": "rm -rf public && rm -rf .cache && gatsby build",
"serve": "gatsby serve", "serve": "gatsby serve",
"clean": "gatsby clean", "clean": "gatsby clean",
"prettier": "prettier . --write" "prettier": "prettier . --write"