Skip to content

Commit

Permalink
fix: workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasheyenbrock committed Jan 18, 2020
1 parent bc686f8 commit 519c5c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"packages": [
"packages/*"
],
"useWorkspaces": true,
"version": "0.0.0"
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"workspaces": [
"packages/*"
],
"private": true,
"scripts": {
"lint": "lerna run lint --stream",
"prettier": "prettier --write **/*.ts",
Expand Down

0 comments on commit 519c5c0

Please sign in to comment.