Skip to content

Commit 30b8dba

Browse files
authored
Merge pull request #17 from cozy/workspace
chore: Use yarn workspace instead of lerna 👾
2 parents cdb0eb2 + 449aaed commit 30b8dba

File tree

3 files changed

+1411
-40
lines changed

3 files changed

+1411
-40
lines changed

lerna.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"lerna": "2.11.0",
33
"npmClient": "yarn",
44
"version": "independent",
5+
"useWorkspaces": true,
56
"command": {
67
"publish": {
78
"conventionalCommits": true

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
"url": "https://github.com/cozy/cozy-libs/issues"
1414
},
1515
"scripts": {
16-
"postinstall": "lerna bootstrap",
1716
"lint": "lerna run --parallel lint",
1817
"test": "lerna run --parallel test",
1918
"build": "lerna run --parallel build",
@@ -30,5 +29,8 @@
3029
"extends": [
3130
"./packages/commitlint-config"
3231
]
33-
}
32+
},
33+
"workspaces": [
34+
"packages/*"
35+
]
3436
}

0 commit comments

Comments
 (0)