Skip to content

Commit

Permalink
config: document run alias for run-script
Browse files Browse the repository at this point in the history
Credit: @watilde
Reviewed-By: @iarna
PR-URL: npm/npm#12485
  • Loading branch information
watilde authored and iarna committed Apr 28, 2016
1 parent 60da618 commit 6cfbae4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/config/cmd-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ var shorthands = {
'tst': 'test',
't': 'test',
'ddp': 'dedupe',
'v': 'view'
'v': 'view',
'run': 'run-script'
}

var affordances = {
Expand Down

0 comments on commit 6cfbae4

Please sign in to comment.