svelte-file-dropzone icon indicating copy to clipboard operation
svelte-file-dropzone copied to clipboard

move to pnpm for performance

Open Tal500 opened this issue 1 year ago • 3 comments

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.

Tal500 avatar Aug 07 '22 20:08 Tal500

PR seems to have failed docs deploy...

thecodejack avatar Aug 08 '22 09:08 thecodejack

PR seems to have failed docs deploy...

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

Tal500 avatar Aug 08 '22 09:08 Tal500

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

thecodejack avatar Aug 12 '22 08:08 thecodejack