diff --git a/package.json b/package.json index e0f37a4..15865cb 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,7 @@ "scripts": { "build": "turbo run build", "dev": "turbo run dev", + "dev:fresh": "rm -rf apps/*/.next apps/*/.turbo && pnpm dev", "lint": "turbo run lint", "typecheck": "turbo run typecheck", "test": "turbo run test",