Section: Useful daily workflows

Run lint

bash
bash
npm run lint
Explanation

Run a lint 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 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