We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8c05ce commit e3f65d7Copy full SHA for e3f65d7
netlify.toml
@@ -1,5 +1,5 @@
1
[build]
2
-command = "pnpm run build"
+command = "rm -rf .next node_modules/.cache && pnpm run build"
3
publish = ".next"
4
5
[build.environment]
0 commit comments