We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a96cd7 commit 8515fadCopy full SHA for 8515fad
lerna.json
@@ -1,8 +1,5 @@
1
{
2
- "lerna": "2.0.0",
3
- "packages": [
4
- "packages/*"
5
- ],
6
- "version": "0.0.0",
7
- "hoist": true
+ "lerna": "2.1.2",
+ "npmClient": "yarn",
+ "useWorkspaces": true
8
}
package.json
@@ -18,8 +18,7 @@
18
"dependencies": {
19
"aws-sdk": "^2.7.0"
20
},
21
- "jest": {
22
- "mapCoverage": true,
23
- "testEnvironment": "node"
24
- }
+ "workspaces": [
+ "packages/*"
+ ]
25
0 commit comments