try to skip nx cache

This commit is contained in:
benedettadavico
2025-09-11 19:02:09 +02:00
parent 621d864ed4
commit 3691f17bf7
+1 -1
View File
@@ -4,7 +4,7 @@
"scripts": {
"dev": "next dev",
"build": "next build",
"build:prod": "yarn --cwd .. build && next build",
"build:prod": "SKIP_NX_CACHE=true yarn --cwd .. build && next build",
"start": "next start",
"lint": "biome check --fix"
},