-
Couldn't load subscription status.
- Fork 504
add package lock #398
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add package lock #398
Conversation
|
@emilefokkemanavara I personally use pnpm or yarn as a package manager. Curious on your thoughts of moving this to pnpm, adding a pnpm lock file etc? |
|
@chris-pardy pnpm is fine by me. Something like this? |
|
@emilefokkemanavara yeah. we'll also need to update the deploy action. |
done. |
|
@chris-pardy this ok to merge? |
The build fails because of recent changes around typescript-eslint. Let's stick to a version that works for us.
npm ciinstead ofnpm installin CI