Skip to content

Commit a291c20

Browse files
farfromrefugactions-user
authored andcommitted
chore: update common files
1 parent 80d44fa commit a291c20

File tree

3 files changed

+22
-38
lines changed

3 files changed

+22
-38
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# NativeScript
22
hooks/
33
node_modules/
4-
/platforms/
4+
platforms
55

66
# NativeScript Template
77
*.js.map

lerna.json

+20-31
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,32 @@
11
{
22
"version": "1.4.10",
3+
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
34
"packages": [
45
"packages/*"
56
],
67
"npmClient": "yarn",
78
"useWorkspaces": true,
89
"command": {
910
"publish": {
10-
"conventionalCommits": true,
11-
"conventionalBlacklist": [
12-
"chore"
13-
],
14-
"changelogPreset": "angular",
15-
"createRelease": "github",
16-
"commitHooks": false,
17-
"private": false,
18-
"ignoreChanges": [
19-
"*.md",
20-
"docs/**"
21-
]
22-
},
23-
"version": {
24-
"conventionalCommits": true,
25-
"conventionalBlacklist": [
26-
"chore"
27-
],
28-
"changelogPreset": "angular",
29-
"createRelease": "github",
30-
"commitHooks": false,
31-
"private": false,
32-
"ignoreChanges": [
33-
"*.md",
34-
"docs/**"
35-
]
36-
},
37-
"bootstrap": {
38-
"npmClientArgs": [
39-
"--no-package-lock"
11+
"cleanupTempFiles": true,
12+
"removePackageFields": [
13+
"devDependencies",
14+
"scripts"
4015
]
4116
}
42-
}
17+
},
18+
"npmClientArgs": [
19+
"--no-package-lock"
20+
],
21+
"commitHooks": false,
22+
"createRelease": "github",
23+
"conventionalCommits": true,
24+
"private": false,
25+
"message": "chore(release): publish new version %v",
26+
"changelogPreset": "conventional-changelog-conventionalcommits",
27+
"ignoreChanges": [
28+
"**/__fixtures__/**",
29+
"**/__tests__/**",
30+
"**/*.md"
31+
]
4332
}

package.json

+1-6
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,6 @@
8585
},
8686
"workspaces": [
8787
"packages/*",
88-
"demo-vue",
89-
"demo-vue3",
90-
"demo-ng",
91-
"demo-svelte",
92-
"demo-react",
93-
"demo-snippets"
88+
"demo*"
9489
]
9590
}

0 commit comments

Comments
 (0)