@@ -27,9 +27,9 @@ All commands:
27
27
hook, init, install, install-ci-test, install-test, link,
28
28
ll, login, logout, ls, org, outdated, owner, pack, ping,
29
29
pkg, prefix, profile, prune, publish, query, rebuild, repo,
30
- restart, root, run-script, search, set, set-script ,
31
- shrinkwrap, star, stars, start, stop, team, test, token,
32
- uninstall, unpublish, unstar, update, version, view, whoami
30
+ restart, root, run-script, search, set, shrinkwrap, star ,
31
+ stars, start, stop, team, test, token, uninstall, unpublish ,
32
+ unstar, update, version, view, whoami
33
33
34
34
Specify configs in the ini-formatted file:
35
35
/some/config/file/.npmrc
@@ -63,9 +63,9 @@ All commands:
63
63
hook, init, install, install-ci-test, install-test, link,
64
64
ll, login, logout, ls, org, outdated, owner, pack, ping,
65
65
pkg, prefix, profile, prune, publish, query, rebuild, repo,
66
- restart, root, run-script, search, set, set-script ,
67
- shrinkwrap, star, stars, start, stop, team, test, token,
68
- uninstall, unpublish, unstar, update, version, view, whoami
66
+ restart, root, run-script, search, set, shrinkwrap, star ,
67
+ stars, start, stop, team, test, token, uninstall, unpublish ,
68
+ unstar, update, version, view, whoami
69
69
70
70
Specify configs in the ini-formatted file:
71
71
/some/config/file/.npmrc
@@ -99,9 +99,9 @@ All commands:
99
99
hook, init, install, install-ci-test, install-test, link,
100
100
ll, login, logout, ls, org, outdated, owner, pack, ping,
101
101
pkg, prefix, profile, prune, publish, query, rebuild, repo,
102
- restart, root, run-script, search, set, set-script ,
103
- shrinkwrap, star, stars, start, stop, team, test, token,
104
- uninstall, unpublish, unstar, update, version, view, whoami
102
+ restart, root, run-script, search, set, shrinkwrap, star ,
103
+ stars, start, stop, team, test, token, uninstall, unpublish ,
104
+ unstar, update, version, view, whoami
105
105
106
106
Specify configs in the ini-formatted file:
107
107
/some/config/file/.npmrc
@@ -135,9 +135,9 @@ All commands:
135
135
hook, init, install, install-ci-test, install-test, link,
136
136
ll, login, logout, ls, org, outdated, owner, pack, ping,
137
137
pkg, prefix, profile, prune, publish, query, rebuild, repo,
138
- restart, root, run-script, search, set, set-script ,
139
- shrinkwrap, star, stars, start, stop, team, test, token,
140
- uninstall, unpublish, unstar, update, version, view, whoami
138
+ restart, root, run-script, search, set, shrinkwrap, star ,
139
+ stars, start, stop, team, test, token, uninstall, unpublish ,
140
+ unstar, update, version, view, whoami
141
141
142
142
Specify configs in the ini-formatted file:
143
143
/some/config/file/.npmrc
@@ -839,17 +839,6 @@ All commands:
839
839
840
840
Run "npm help set" for more info
841
841
842
- set-script Set tasks in the scripts section of package.json, deprecated
843
-
844
- Usage:
845
- npm set-script [<script>] [<command>]
846
-
847
- Options:
848
- [-w|--workspace <workspace-name> [-w|--workspace <workspace-name> ...]]
849
- [-ws|--workspaces] [--include-workspace-root]
850
-
851
- Run "npm help set-script" for more info
852
-
853
842
shrinkwrap Lock down dependency versions for publication
854
843
855
844
Usage:
0 commit comments