Skip to content

Commit

Permalink
Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgeorge007 committed Jun 12, 2019
1 parent e9af413 commit 7b879c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/lerna/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const createCmd = require("@lerna/create/command");
const diffCmd = require("@lerna/diff/command");
const execCmd = require("@lerna/exec/command");
const importCmd = require("@lerna/import/command");
const infoCmd = require("@lerna/info/command");
const initCmd = require("@lerna/init/command");
const linkCmd = require("@lerna/link/command");
const listCmd = require("@lerna/list/command");
Expand All @@ -35,6 +36,7 @@ function main(argv) {
.command(diffCmd)
.command(execCmd)
.command(importCmd)
.command(infoCmd)
.command(initCmd)
.command(linkCmd)
.command(listCmd)
Expand Down
1 change: 1 addition & 0 deletions core/lerna/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"@lerna/diff": "file:../../commands/diff",
"@lerna/exec": "file:../../commands/exec",
"@lerna/import": "file:../../commands/import",
"@lerna/info": "file:../../commands/info",
"@lerna/init": "file:../../commands/init",
"@lerna/link": "file:../../commands/link",
"@lerna/list": "file:../../commands/list",
Expand Down

0 comments on commit 7b879c3

Please sign in to comment.