forked from nativescript-community/ui-checkbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlerna.json
32 lines (32 loc) · 805 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
30
31
32
{
"version": "2.0.12",
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
"packages": [
"packages/*"
],
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
"publish": {
"cleanupTempFiles": true,
"removePackageFields": [
"devDependencies",
"scripts"
]
}
},
"npmClientArgs": [
"--no-package-lock"
],
"commitHooks": false,
"createRelease": "github",
"conventionalCommits": true,
"private": false,
"message": "chore(release): publish new version %v",
"changelogPreset": "conventional-changelog-conventionalcommits",
"ignoreChanges": [
"**/__fixtures__/**",
"**/__tests__/**",
"**/*.md"
]
}