google / docsy

A set of Hugo doc templates for launching open source content.
https://docsy.dev
Apache License 2.0
2.62k stars 904 forks source link

[CI/infra] Move optional NPM package dependencies to dev #2115

Open chalin opened 2 weeks ago

chalin commented 2 weeks ago

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.