diff --git a/.gitignore b/.gitignore index 493a39c..8cc7688 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ # NativeScript hooks/ node_modules/ -/platforms/ +platforms # NativeScript Template *.js.map diff --git a/lerna.json b/lerna.json index ade4d9a..8f90cb7 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,6 @@ { "version": "1.1.17", + "$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json", "packages": [ "packages/*" ], @@ -7,37 +8,25 @@ "useWorkspaces": true, "command": { "publish": { - "conventionalCommits": true, - "conventionalBlacklist": [ - "chore" - ], - "changelogPreset": "angular", - "createRelease": "github", - "commitHooks": false, - "private": false, - "ignoreChanges": [ - "*.md", - "docs/**" - ] - }, - "version": { - "conventionalCommits": true, - "conventionalBlacklist": [ - "chore" - ], - "changelogPreset": "angular", - "createRelease": "github", - "commitHooks": false, - "private": false, - "ignoreChanges": [ - "*.md", - "docs/**" - ] - }, - "bootstrap": { - "npmClientArgs": [ - "--no-package-lock" + "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" + ] } diff --git a/package.json b/package.json index a6baeb0..a536e33 100644 --- a/package.json +++ b/package.json @@ -54,12 +54,7 @@ }, "workspaces": [ "packages/*", - "demo-vue", - "demo-vue3", - "demo-ng", - "demo-svelte", - "demo-react", - "demo-snippets" + "demo*" ], "engines": { "npm": "please use yarn or pnpm",