Skip to content

Commit

Permalink
chore: add test:dev
Browse files Browse the repository at this point in the history
  • Loading branch information
shadcn committed Oct 28, 2024
1 parent 33d0822 commit 45e9ae2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
"pub:beta": "pnpm build && pnpm publish --no-git-checks --access public --tag beta",
"pub:next": "pnpm build && pnpm publish --no-git-checks --access public --tag next",
"pub:release": "pnpm build && pnpm publish --access public",
"test": "vitest run"
"test": "vitest run",
"test:dev": "REGISTRY_URL=http://localhost:3333 vitest run"
},
"dependencies": {
"@antfu/ni": "^0.21.4",
Expand Down

0 comments on commit 45e9ae2

Please sign in to comment.