diff --git a/__template-package__/package.json b/__template-package__/package.json
index f4ea13d9c8..cfc5ba6e3f 100644
--- a/__template-package__/package.json
+++ b/__template-package__/package.json
@@ -17,7 +17,7 @@
"e2e": "jest e2e/",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
- "build": "tsc -b -v tsconfig.build.json",
+ "build": "tsc -b --preserveWatchOutput -v tsconfig.build.json",
"bundle": "esbuild src/index.ts --bundle --minify --platform=node --target=node20 --outfile=dist/index.js --sourcemap"
},
"dependencies": {
diff --git a/apps/earn-protocol/app/layout.tsx b/apps/earn-protocol/app/layout.tsx
index 0ef5c46ed3..f3035e4cc6 100644
--- a/apps/earn-protocol/app/layout.tsx
+++ b/apps/earn-protocol/app/layout.tsx
@@ -42,15 +42,15 @@ export default async function RootLayout({ children }: { children: React.ReactNo