NPM-RESTART(1) | General Commands Manual | NPM-RESTART(1) |
npm-restart
<!-- AUTOGENERATED USAGE DESCRIPTIONS -->
This restarts a project. It is equivalent to running npm run-script restart.
If the current project has a "restart"
script specified in
package.json, then the following scripts will be run:
If it does not have a "restart"
script specified, but it does have
stop and/or start scripts, then the following scripts will be
run:
<!-- AUTOGENERATED CONFIG DESCRIPTIONS -->
December 2022 | 9.2.0 |