Skip to content

Commit

Permalink
chore: update common files
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug authored and actions-user committed Nov 29, 2023
1 parent 378a3c0 commit 7c85dd5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 7c85dd5

Please sign in to comment.