Skip to content

fix(cli): suggest 'vp run dev' for templates in create summary#874

Merged
fengmk2 merged 4 commits intovoidzero-dev:mainfrom
MahmoodKhalil57:fix/library-next-command
Mar 15, 2026
Merged

fix(cli): suggest 'vp run dev' for templates in create summary#874
fengmk2 merged 4 commits intovoidzero-dev:mainfrom
MahmoodKhalil57:fix/library-next-command

Conversation

@MahmoodKhalil57
Copy link
Contributor

After vp create vite:library, the next-step hint incorrectly suggests vp dev. Library templates don't have a built-in dev command, so users need vp run dev to execute the dev script from package.json.

Closes #871

Library templates don't have a built-in `dev` command, so the next-step
hint after `vp create vite:library` should suggest `vp run dev` instead
of `vp dev`.

Fixes voidzero-dev#871

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@netlify
Copy link

netlify bot commented Mar 14, 2026

Deploy Preview for viteplus-preview canceled.

Name Link
🔨 Latest commit 9b5c0e7
🔍 Latest deploy log https://app.netlify.com/projects/viteplus-preview/deploys/69b69b8f29b6870009f19ff7

@fengmk2 fengmk2 merged commit 28dc207 into voidzero-dev:main Mar 15, 2026
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

vp dev is shown as next command for library templates

2 participants