forked from webdriverio/webdriverio
-
Notifications
You must be signed in to change notification settings - Fork 1
/
lerna.json
29 lines (29 loc) · 781 Bytes
/
lerna.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"packages": [
"packages/*"
],
"npmClient": "pnpm",
"version": "9.2.10",
"command": {
"bootstrap": {
"npmClientArgs": [
"--no-package-lock",
"--include=dev"
]
}
},
"changelog": {
"repo": "webdriverio/webdriverio",
"cacheDir": ".changelog",
"labels": {
"PR: Spec Compliancy :eyeglasses:": ":eyeglasses: Spec Compliancy",
"PR: Breaking Change :boom:": ":boom: Breaking Change",
"PR: New Feature :rocket:": ":rocket: New Feature",
"PR: Bug Fix :bug:": ":bug: Bug Fix",
"PR: Polish :nail_care:": ":nail_care: Polish",
"PR: Docs :memo:": ":memo: Documentation",
"PR: Internal :house:": ":house: Internal"
}
}
}