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
path: root/lib/utils
diff options
context:
space:
mode:
authorGar <gar+gh@danger.computer>2022-03-17 20:57:53 +0300
committerGitHub <noreply@github.com>2022-03-17 20:57:53 +0300
commit5471ff5fe8f74f46cdc2bb056ba9b496c7dd1a78 (patch)
tree8268841f2b7bc89ad1ad4393dc7490de45e53435 /lib/utils
parentf7e58fa74d9008731b86c82f75251ca295056cf1 (diff)
fix: add isntall alias to install (#4573)
Without this, the isntall-clean alias is matched and ran
Diffstat (limited to 'lib/utils')
-rw-r--r--lib/utils/cmd-list.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/utils/cmd-list.js b/lib/utils/cmd-list.js
index 26da53900..b3089a62c 100644
--- a/lib/utils/cmd-list.js
+++ b/lib/utils/cmd-list.js
@@ -37,6 +37,7 @@ const affordances = {
isnt: 'install',
isnta: 'install',
isntal: 'install',
+ isntall: 'install',
'install-clean': 'ci',
'isntall-clean': 'ci',
hlep: 'help',