Skip to content

Commit

Permalink
Temporarily disable workspaces in lerna
Browse files Browse the repository at this point in the history
This way, we can just publish listed packages
while skipping in-progress workspaces.
  • Loading branch information
lettertwo committed Jul 27, 2018
1 parent 21ae9a1 commit 83cba93
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
{
"npmClient": "yarn",
"useWorkspaces": true,
"useWorkspaces": false,
"version": "independent",
"command": {
"publish": {
"ignoreChanges": [
"animations",
"simple-actions",
"*.md"
]
},
"init": {
"exact": true
}
}
},
"packages": [
"packages/behaviors/*"
]
}

0 comments on commit 83cba93

Please sign in to comment.