Skip to content

Commit

Permalink
feat: add lerna basic config
Browse files Browse the repository at this point in the history
  • Loading branch information
HerringtonDarkholme committed Jul 21, 2020
1 parent e08d5c6 commit 8e642a8
Show file tree
Hide file tree
Showing 13 changed files with 6,978 additions and 4,339 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
node_modules
.DS_Store
dist
*.local
*.local
8 changes: 8 additions & 0 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"packages": [
"packages/*"
],
"version": "indenpendent",
"npmClient": "yarn",
"useWorkspaces": true
}
Loading

0 comments on commit 8e642a8

Please sign in to comment.