fix: install @better-auth/cli as a dev dependency#950
fix: install @better-auth/cli as a dev dependency#950jycouet merged 10 commits intosveltejs:mainfrom
@better-auth/cli as a dev dependency#950Conversation
🦋 Changeset detectedLatest commit: d5d7c93 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
commit: |
|
An even better way could be to add |
@bettter-auth/cli as a dev dependency
@bettter-auth/cli as a dev dependency@better-auth/cli as a dev dependency
Co-authored-by: Antoine Lethimonnier <43064022+WarningImHack3r@users.noreply.github.com>
| lastArgs: string[] = [] | ||
| ): string { | ||
| const allArgs = ['sv', command, ...args]; | ||
| const allArgs = [`sv@${pkg.version}`, command, ...args]; |
There was a problem hiding this comment.
Hummm, not sure why we do this in this PR?
There is a specific need for it?
There was a problem hiding this comment.
Was just tapping away and ended up grouping a few things together. I think its necessary for reproducibility.
closes #937
in this pr:
pnpm dlx(src)createandaddargs to a specific version for reproducibility