Skip to content

Commit

Permalink
Adds lerna to the project
Browse files Browse the repository at this point in the history
  • Loading branch information
fox1t committed Aug 30, 2019
1 parent 9c2397d commit a50ed7a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
.DS_Store
# TODO: Remove when ready
package-lock.json
pnpm-lock.yaml
yarn.lock

build
.idea
.vscode
*.iml
# Logs
logs
Expand Down Expand Up @@ -64,6 +66,3 @@ typings/

# dotenv environment variables file
.env

# next.js build output
.next
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": "0.1.0",
"npmClient": "yarn",
"useWorkspaces": true
}
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,8 @@
"private": true,
"workspaces": [
"packages/*"
]
],
"devDependencies": {
"lerna": "^3.16.4"
}
}

0 comments on commit a50ed7a

Please sign in to comment.