File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ const aliases = {
3636 v : 'view' ,
3737 run : 'run-script' ,
3838 'clean-install' : 'ci' ,
39- 'clean-install-test' : 'cit ' ,
39+ 'clean-install-test' : 'install-ci-test ' ,
4040 x : 'exec' ,
4141 why : 'explain' ,
4242 la : 'll' ,
@@ -62,7 +62,7 @@ const aliases = {
6262 upgrade : 'update' ,
6363 udpate : 'update' ,
6464 rum : 'run-script' ,
65- sit : 'cit ' ,
65+ sit : 'install-ci-test ' ,
6666 urn : 'run-script' ,
6767 ogr : 'org' ,
6868 'add-user' : 'adduser' ,
Original file line number Diff line number Diff line change @@ -384,7 +384,7 @@ Object {
384384 "c": "config",
385385 "cit": "install-ci-test",
386386 "clean-install": "ci",
387- "clean-install-test": "cit ",
387+ "clean-install-test": "install-ci-test ",
388388 "create": "init",
389389 "ddp": "dedupe",
390390 "dist-tags": "dist-tag",
@@ -421,7 +421,7 @@ Object {
421421 "s": "search",
422422 "se": "search",
423423 "show": "view",
424- "sit": "cit ",
424+ "sit": "install-ci-test ",
425425 "t": "test",
426426 "tst": "test",
427427 "udpate": "update",
@@ -3239,14 +3239,14 @@ Options:
32393239[-w|--workspace <workspace-name> [-w|--workspace <workspace-name> ...]]
32403240[-ws|--workspaces] [--include-workspace-root] [--install-links]
32413241
3242- alias : cit
3242+ aliases : cit, clean-install-test, sit
32433243
32443244Run "npm help install-ci-test" for more info
32453245
32463246\`\`\`bash
32473247npm install-ci-test
32483248
3249- alias : cit
3249+ aliases : cit, clean-install-test, sit
32503250\`\`\`
32513251
32523252#### \`save\`
You can’t perform that action at this time.
0 commit comments