hatch-jupyter-builder icon indicating copy to clipboard operation
hatch-jupyter-builder copied to clipboard

Use additional npm / Yarn options to speed up installation

Open brianhelba opened this issue 1 year ago • 1 comments

The node_modules installation should be as fast and deterministic as possible, as it's taking place internally within a Python package build. Routine developer-facing information should be omitted, as this is expected to be handled as part of the direct Javascript development process.

See: https://docs.npmjs.com/cli/v7/commands/npm-install#configuration https://yarnpkg.com/cli/install#options

brianhelba avatar Sep 09 '23 22:09 brianhelba

@blink1073 Is this something that you'll be interested in reviewing?

brianhelba avatar Sep 12 '23 21:09 brianhelba