hatch-jupyter-builder
hatch-jupyter-builder copied to clipboard
Use additional npm / Yarn options to speed up installation
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
@blink1073 Is this something that you'll be interested in reviewing?