Skip to content

Commit

Permalink
Add lerna
Browse files Browse the repository at this point in the history
  • Loading branch information
adlk committed Jan 3, 2019
1 parent b6b8c06 commit b8144d5
Show file tree
Hide file tree
Showing 6 changed files with 6,487 additions and 1,788 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
build/
out/
packages/*/lib
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"Worker": true,
"atob": true,
"btoa": true,
"ga": true
"ga": true,
"mocha": true
}
}
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ build
.stage
.env
yarn-error.log
npm-debug.log*
npm-debug.log*
lerna-debug.log
11 changes: 11 additions & 0 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"packages": [
"packages/*"
],
"version": "independent",
"ignoreChanges": [
"**/*.md",
"**/.eslintrc.{js,json,yaml,yml}",
"**/package-lock.json"
]
}
Loading

0 comments on commit b8144d5

Please sign in to comment.