diff --git a/libs/ui/examples/next.js/package.json b/libs/ui/examples/next.js/package.json index fefc11b58fd5..61a949b71217 100644 --- a/libs/ui/examples/next.js/package.json +++ b/libs/ui/examples/next.js/package.json @@ -5,7 +5,7 @@ "license": "MIT", "scripts": { "dev": "next dev", - "build": "next build", + "build": "echo '[DEBUG]: pnpm list:' && pnpm list && echo '[DEBUG]: done' && echo '[DEBUG]: pnpm list next:' && pnpm list && echo '[DEBUG]: done' && next --depth=0 && next build", "start": "next start", "serve": "next start -p 8080", "lint": "next lint",