Skip to content

Commit 8515fad

Browse files
committed
Use yarn workspaces
1 parent 2a96cd7 commit 8515fad

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

lerna.json

+3-6
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
{
2-
"lerna": "2.0.0",
3-
"packages": [
4-
"packages/*"
5-
],
6-
"version": "0.0.0",
7-
"hoist": true
2+
"lerna": "2.1.2",
3+
"npmClient": "yarn",
4+
"useWorkspaces": true
85
}

package.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
"dependencies": {
1919
"aws-sdk": "^2.7.0"
2020
},
21-
"jest": {
22-
"mapCoverage": true,
23-
"testEnvironment": "node"
24-
}
21+
"workspaces": [
22+
"packages/*"
23+
]
2524
}

0 commit comments

Comments
 (0)