@lukasbach/scripts

update

Update @lukasbach/scripts to the latest version

Usage

npx @lukasbach/scripts update

You can call the script directly if you have installed it globally:

npm i -g @lukasbach/scripts
ldo update

Options

  • -v, --verbose: Verbose logging

You can also omit options, and will be asked for them interactively.

Add --yes to skip all confirmations.

Script source

View Source on GitHub

/** Update @lukasbach/scripts to the latest version */

await $({ stdio: "inherit" })`npm update -g @lukasbach/scripts`;