Skip to content

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.

2 participants