Section: Useful daily workflows

Run tests

bash
bash
npm test
Explanation

Run the test script.

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 a build script
Run the build script from package.json.
OpenIn sheetbashsame section
Run lint
Run a lint 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