Commit b43961a 1 parent 457d9d1 commit b43961a Copy full SHA for b43961a
File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ const aliases = {
36
36
v : 'view' ,
37
37
run : 'run-script' ,
38
38
'clean-install' : 'ci' ,
39
- 'clean-install-test' : 'cit ' ,
39
+ 'clean-install-test' : 'install-ci-test ' ,
40
40
x : 'exec' ,
41
41
why : 'explain' ,
42
42
la : 'll' ,
@@ -62,7 +62,7 @@ const aliases = {
62
62
upgrade : 'update' ,
63
63
udpate : 'update' ,
64
64
rum : 'run-script' ,
65
- sit : 'cit ' ,
65
+ sit : 'install-ci-test ' ,
66
66
urn : 'run-script' ,
67
67
ogr : 'org' ,
68
68
'add-user' : 'adduser' ,
Original file line number Diff line number Diff line change @@ -384,7 +384,7 @@ Object {
384
384
"c": "config",
385
385
"cit": "install-ci-test",
386
386
"clean-install": "ci",
387
- "clean-install-test": "cit ",
387
+ "clean-install-test": "install-ci-test ",
388
388
"create": "init",
389
389
"ddp": "dedupe",
390
390
"dist-tags": "dist-tag",
@@ -421,7 +421,7 @@ Object {
421
421
"s": "search",
422
422
"se": "search",
423
423
"show": "view",
424
- "sit": "cit ",
424
+ "sit": "install-ci-test ",
425
425
"t": "test",
426
426
"tst": "test",
427
427
"udpate": "update",
@@ -3239,14 +3239,14 @@ Options:
3239
3239
[-w|--workspace <workspace-name> [-w|--workspace <workspace-name> ...]]
3240
3240
[-ws|--workspaces] [--include-workspace-root] [--install-links]
3241
3241
3242
- alias : cit
3242
+ aliases : cit, clean-install-test, sit
3243
3243
3244
3244
Run "npm help install-ci-test" for more info
3245
3245
3246
3246
\`\`\`bash
3247
3247
npm install-ci-test
3248
3248
3249
- alias : cit
3249
+ aliases : cit, clean-install-test, sit
3250
3250
\`\`\`
3251
3251
3252
3252
#### \`save\`
You can’t perform that action at this time.
0 commit comments