what
where
why
- saves disk space
- recursive - now this is the bad boy that makes it handy for our monorepo set up.
- makes installation of packages easier - one command, one terminal
- makes running of dev servers easier - one command, one terminal
- pnpm motivation
dcx gotcha
- node_modules for
shared/storybook
have to be installed ‘manually’, usingnpm
.- I suspect this is because of the aliasing in
shared/storybook/.storybook.main.js
?
- I suspect this is because of the aliasing in