Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/set-script.js')
-rw-r--r--lib/set-script.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/set-script.js b/lib/set-script.js
index 624198132..df101a0ac 100644
--- a/lib/set-script.js
+++ b/lib/set-script.js
@@ -6,6 +6,11 @@ const rpj = require('read-package-json-fast')
const BaseCommand = require('./base-command.js')
class SetScript extends BaseCommand {
/* istanbul ignore next - see test/lib/load-all-commands.js */
+ static get description () {
+ return 'Set tasks in the scripts section of package.json'
+ }
+
+ /* istanbul ignore next - see test/lib/load-all-commands.js */
static get name () {
return 'set-script'
}