Skip to content

Commit

Permalink
build: disable tools workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
jleveugle committed Jun 27, 2019
1 parent c917244 commit 1e799af
Show file tree
Hide file tree
Showing 3 changed files with 92 additions and 306 deletions.
3 changes: 1 addition & 2 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
"packages": [
"packages/components/*",
"packages/manager/apps/*",
"packages/manager/modules/*",
"packages/manager/tools/*"
"packages/manager/modules/*"
],
"npmClient": "yarn",
"useWorkspaces": true,
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
"workspaces": [
"packages/components/*",
"packages/manager/apps/*",
"packages/manager/modules/*",
"packages/manager/tools/*"
"packages/manager/modules/*"
],
"scripts": {
"build": "lerna run build --stream",
Expand Down
Loading

0 comments on commit 1e799af

Please sign in to comment.