docsy icon indicating copy to clipboard operation
docsy copied to clipboard

[CI/infra] Rework NPM package dependencies

Open chalin opened this issue 1 year ago • 0 comments

There are a couple of packages declared as optional (such as netlify-cli). Projects that use Docsy via NPM and don't install using the --omit=optional flag, will have the optional packages installed too. We don't want that. Those optional are actually optional dev, but NPM doesn't have that category.

chalin avatar Nov 06 '24 13:11 chalin