Skip to content

Commit

Permalink
Merge pull request #2 from empathyco/feature/add-lerna
Browse files Browse the repository at this point in the history
Add lerna
  • Loading branch information
luismmdev authored Apr 23, 2021
2 parents 84a0bb2 + 7cd4553 commit 7076f78
Show file tree
Hide file tree
Showing 23 changed files with 15,592 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
.DS_Store
**/node_modules
**/dist
**/docs
**/*.tgz

**/tests/e2e/videos/
**/tests/e2e/screenshots/

# local env files
.env.local
.env.*.local

# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?

6 changes: 6 additions & 0 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"packages": [
"packages/*"
],
"version": "independent"
}
Loading

0 comments on commit 7076f78

Please sign in to comment.