auto-claude: subtask-1-3 - Fix package manager commands (npm → pnpm)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user