1
0
mirror of https://github.com/S2-/minifyfromhtml.git synced 2025-08-03 04:10:04 +02:00
Files
minifyfromhtml/node_modules/npm/doc/cli/npm-stop.md
2022-08-20 18:51:33 +02:00

271 B

npm-stop(1) -- Stop a package

SYNOPSIS

npm stop [-- <args>]

DESCRIPTION

This runs a package's "stop" script, if one was provided.

SEE ALSO

  • npm-run-script(1)
  • npm-scripts(7)
  • npm-test(1)
  • npm-start(1)
  • npm-restart(1)