Replies: 1 comment
-
@balazsorban44 can you help me maybe, please? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to find some information on how to create a new version of next-auth package locally. I tried to run
pnpm release
but it's giving me an error about insufficient permissions on remote repo.Maybe, instead of creating a release I should create a build with
pnpm build
? Unfortunately, I cannot find the place where the built version sits so I can refer to in mypackage.json
file in another project that usesnext-auth
.Any hints would be super helpful.
Beta Was this translation helpful? Give feedback.
All reactions