Skip to content

aube run

  • Usage: aube run [--if-present] [--no-install] <SCRIPT> [ARGS]…

Run a script defined in package.json

Arguments

<SCRIPT>

Script name

[ARGS]…

Arguments to pass to the script

Flags

--if-present

Don't error if the script is missing from package.json

--no-install

Skip auto-install check

Released under the MIT License.