Skip to content

Commit

Permalink
temp: list pnpm packages at next-example level
Browse files Browse the repository at this point in the history
  • Loading branch information
angusbayley committed Sep 11, 2024
1 parent 214e42a commit 8d76917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/ui/examples/next.js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"build": "echo '[DEBUG]: pnpn list:' && pnpm list --depth=0 && next build",
"start": "next start",
"serve": "next start -p 8080",
"lint": "next lint",
Expand Down

0 comments on commit 8d76917

Please sign in to comment.