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 9efda2a..5db0ce5 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "plugin.watch.android": "npm i && npm-watch build.android", "plugin.watch.ios": "npm i && npm-watch build.ios", "plugin.watch": "npm run plugin.watch.tsc & npm run plugin.watch.android & npm run plugin.watch.ios", - "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", "publish.major": "npm run build && lerna publish major --create-release=github --force-publish", "sync": "node ./tools/sync.js", "commitmsg": "commitlint -e $GIT_PARAMS", @@ -32,7 +32,7 @@ "start": "./node_modules/.bin/ntl -A -s 15 -o", "submodules": "git submodule update --init", "update": "node ./tools/update.js", - "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\"" }, "keywords": [ "secure",