From 22d14f18dd99b608555f907b730c4bdf7d007e99 Mon Sep 17 00:00:00 2001 From: farfromrefug Date: Wed, 29 Nov 2023 08:22:18 +0000 Subject: [PATCH] chore: update common files --- .gitignore | 4 +--- .yarnrc.yml | 4 +++- package.json | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 39bf3af..493a39c 100644 --- a/.gitignore +++ b/.gitignore @@ -56,6 +56,4 @@ packages/*.metadata.json packages/angular packages/typings -/blueprint.md - -demo/platforms +/blueprint.md \ No newline at end of file diff --git a/.yarnrc.yml b/.yarnrc.yml index f7e58e7..b877749 100644 --- a/.yarnrc.yml +++ b/.yarnrc.yml @@ -1,5 +1,7 @@ +compressionLevel: mixed + nmHoistingLimits: workspaces nodeLinker: node-modules -yarnPath: tools/.yarn/releases/yarn-3.6.4.cjs +yarnPath: tools/.yarn/releases/yarn-4.0.1.cjs diff --git a/package.json b/package.json index 08990f7..216f3cc 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "fullclean": "npm run clean && rimraf 'packages/**/node_modules' 'demo-*/hooks' 'demo-*/node_modules' 'package-lock.json' 'pnpm-lock.yaml' 'node_modules'", "commitmsg": "commitlint -e $GIT_PARAMS", "postinstall": "npm run setup", - "publish": "npm run setup && npm run clean && npm run build.all && npm run readme && npm run doc && npm run commit_readme_doc_changes ; lerna publish", + "publish": "npm run setup && npm run clean && npm run build.all && npm run readme && npm run doc && npm run commit_readme_doc_changes && lerna publish", "readme": "lerna run readme && node ./tools/readme.js", "setup": "npm run submodules && ts-patch install", "start": "./node_modules/.bin/ntl -A -s 15 -o", @@ -19,7 +19,7 @@ "tsc": "cpy '**/*.d.ts' '../plugin' --parents --cwd=src && tsc -skipLibCheck -d", "update": "node ./tools/update.js", "doc": "node tools/builddoc.mjs", - "commit_readme_doc_changes": "git add docs/** *.md ; git commit -m \"readme/doc\"" + "commit_readme_doc_changes": "git add docs/** *.md ; git commit -m \"readme/doc\" ; echo \"commit readme doc done\"" }, "repository": { "type": "git",