From b04ea04ee571b1aa8bfbe94487e908471de92d54 Mon Sep 17 00:00:00 2001 From: Damjan Savic Date: Sun, 25 Jan 2026 06:32:25 +0100 Subject: [PATCH] =?UTF-8?q?auto-claude:=20subtask-1-3=20-=20Fix=20package?= =?UTF-8?q?=20manager=20commands=20(npm=20=E2=86=92=20pnpm)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 530050f..0116f13 100644 --- a/README.md +++ b/README.md @@ -89,19 +89,19 @@ src/ ```bash # Install dependencies -npm install +pnpm install # Start dev server -npm run dev +pnpm run dev # Build for production -npm run build +pnpm run build # Run tests -npm test +pnpm test # Preview production build -npm run preview +pnpm run preview ``` ## Key Technologies Used