From 56a78df76c52b7f7210966a4f001157b5347c3e9 Mon Sep 17 00:00:00 2001 From: Angus Bayley Date: Wed, 11 Sep 2024 14:34:10 +0100 Subject: [PATCH] temp: list pnpm packages at next-example level --- libs/ui/examples/next.js/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",