Skip to content

aube ci

  • Usage: aube ci [--ignore-scripts] [--no-optional]
  • Aliases: clean-install

Clean install: delete node_modules first, then install with frozen lockfile. Use in CI to guarantee a reproducible install from the committed lockfile

Flags

--ignore-scripts

Skip lifecycle scripts (no-op; aube already skips by default)

--no-optional

Skip optionalDependencies; don't install optional native modules

Released under the MIT License.