npm Cheat Sheet/Run a build script

Run the build script from package.json.

Section: Useful daily workflows

Run a build script

bash
bash
npm run build
Explanation

Run the build script from package.json.

Learn the surrounding workflow

Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.

Related commands

Same sheet · prioritizing Useful daily workflows
Run lint
Run a lint script.
OpenIn sheetbashsame section
Run tests
Run the test script.
OpenIn sheetbashsame section
Run start script
Run the start script.
OpenIn sheetbashsame section
Run restart script
Run stop then start lifecycle commands if present.
OpenIn sheetbashsame section
Print script environment
Show environment variables available to scripts.
OpenIn sheetbashsame section
Show npm help
Open npm help.
OpenIn sheetbash1 tag match