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

move to pnpm for performance #106

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

Tal500
Copy link
Contributor

@Tal500 Tal500 commented Aug 7, 2022

Use pnpm for performance, it's also the one used in the official development of SvelteKit.

This is better than Yarn both in faster time and the ".node_modules" directory takes less space on PNPM, because it uses symlinks&hardlinks.

To install, run pnpm install. To run a npm script run pnpm {script here}

It just made my life easier comparing to setup the repo environment.

@thecodejack
Copy link
Owner

PR seems to have failed docs deploy...

@Tal500
Copy link
Contributor Author

Tal500 commented Aug 8, 2022

PR seems to have failed docs deploy...

How the docs are generated? I didn't see any Github action here

@thecodejack
Copy link
Owner

PR seems to have failed docs deploy...

How the docs are generated? I didn't see any Github action here

Guess you already found it. If not, it is linked with netlify

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.

None yet

2 participants