NPM-SET-SCRIPT(1) | NPM-SET-SCRIPT(1) |
npm-set-script - Set tasks in the scripts section of package.json
An npm command that lets you create a task in the scripts section of the package.json.
npm set-script [<script>] [<command>]
Example:
{
"name": "my-project",
"scripts": {
"start": "http-server .",
"test": "some existing value"
} }
undefined NaN |