We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cdb0eb2 + 449aaed commit 30b8dbaCopy full SHA for 30b8dba
lerna.json
@@ -2,6 +2,7 @@
2
"lerna": "2.11.0",
3
"npmClient": "yarn",
4
"version": "independent",
5
+ "useWorkspaces": true,
6
"command": {
7
"publish": {
8
"conventionalCommits": true
package.json
@@ -13,7 +13,6 @@
13
"url": "https://github.com/cozy/cozy-libs/issues"
14
},
15
"scripts": {
16
- "postinstall": "lerna bootstrap",
17
"lint": "lerna run --parallel lint",
18
"test": "lerna run --parallel test",
19
"build": "lerna run --parallel build",
@@ -30,5 +29,8 @@
30
29
"extends": [
31
"./packages/commitlint-config"
32
]
33
- }
+ },
+ "workspaces": [
34
+ "packages/*"
35
+ ]
36
}
0 commit comments