Skip to content
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

🪚 Use pnpm instead of yarn #150

Merged
merged 6 commits into from
Jan 4, 2024
Merged

🪚 Use pnpm instead of yarn #150

merged 6 commits into from
Jan 4, 2024

Conversation

janjakubnanista
Copy link
Contributor

@janjakubnanista janjakubnanista commented Jan 4, 2024

In this PR

All the changes required to make pnpm work. In order to install pnpm on your machine, you can:

# Install using npm
npm i -g pnpm

# Install using corepack
corepack enable
  • Added missing dependencies
  • Changed READMEs
  • Updated Dockerfile, ignored bunch of files we don't need in the docker build
  • Updated github actions
  • Updated dependency versions
  • Fixed minor build issues

If you think this PR is too big, I can split off the dependency fixes (mostly missing peer & dev dependencies), lmk

.github/workflows/reusable-publish.yaml Outdated Show resolved Hide resolved
Dockerfile Show resolved Hide resolved
.husky/pre-commit Outdated Show resolved Hide resolved
package.json Show resolved Hide resolved
@ryandgoulding ryandgoulding merged commit 0c71fb7 into main Jan 4, 2024
1 check passed
@ryandgoulding ryandgoulding deleted the pnpm branch January 4, 2024 18:35
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.

2 participants