From fd8aeba0ee98a86697753145709c558b0f54dc80 Mon Sep 17 00:00:00 2001 From: farfromrefug Date: Thu, 1 Feb 2024 16:20:08 +0000 Subject: [PATCH] chore: update common files --- .gitignore | 2 +- lerna.json | 51 ++++++++++++++++++++------------------------------- package.json | 7 +------ 3 files changed, 22 insertions(+), 38 deletions(-) diff --git a/.gitignore b/.gitignore index 493a39c7..8cc7688f 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 c20c51c8..c16c4186 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,6 @@ { "version": "7.2.36", + "$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 06a7a60e..63cb6d67 100644 --- a/package.json +++ b/package.json @@ -87,12 +87,7 @@ }, "workspaces": [ "packages/*", - "demo-vue", - "demo-vue3", - "demo-ng", - "demo-svelte", - "demo-react", - "demo-snippets" + "demo*" ], "engines": { "npm": "please use yarn or pnpm",