Skip to content

Commit 7c85dd5

Browse files
farfromrefugactions-user
authored andcommitted
chore: update common files
1 parent 378a3c0 commit 7c85dd5

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.yarnrc.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1+
compressionLevel: mixed
2+
13
nmHoistingLimits: workspaces
24

35
nodeLinker: node-modules
46

5-
yarnPath: tools/.yarn/releases/yarn-3.6.4.cjs
7+
yarnPath: tools/.yarn/releases/yarn-4.0.1.cjs

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"plugin.watch.android": "npm i && npm-watch build.android",
1717
"plugin.watch.ios": "npm i && npm-watch build.ios",
1818
"plugin.watch": "npm run plugin.watch.tsc & npm run plugin.watch.android & npm run plugin.watch.ios",
19-
"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",
19+
"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",
2020
"publish.major": "npm run build && lerna publish major --create-release=github --force-publish",
2121
"sync": "node ./tools/sync.js",
2222
"commitmsg": "commitlint -e $GIT_PARAMS",
@@ -32,7 +32,7 @@
3232
"start": "./node_modules/.bin/ntl -A -s 15 -o",
3333
"submodules": "git submodule update --init",
3434
"update": "node ./tools/update.js",
35-
"commit_readme_doc_changes": "git add docs/** *.md ; git commit -m \"readme/doc\""
35+
"commit_readme_doc_changes": "git add docs/** *.md ; git commit -m \"readme/doc\" ; echo \"commit readme doc done\""
3636
},
3737
"keywords": [
3838
"secure",

0 commit comments

Comments
 (0)