Skip to content

Commit

Permalink
chore: initial work to setup monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
crutchcorn committed Feb 25, 2022
1 parent 13fe141 commit 39456ee
Show file tree
Hide file tree
Showing 71 changed files with 6,881 additions and 13,237 deletions.
8 changes: 0 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
node_modules/
*.sublime-*
example/folder/
example/change-me.txt
.idea
.vscode
.DS_STORE
.nyc_output
coverage
instrumented/
.eslintcache
8 changes: 8 additions & 0 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"packages": [
"packages/*"
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.0.0"
}
Loading

0 comments on commit 39456ee

Please sign in to comment.