Skip to content

Commit 391a98a

Browse files
farfromrefugactions-user
authored andcommitted
chore: update common files
1 parent cb6b060 commit 391a98a

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
@@ -22,7 +22,7 @@
2222
"demo.ng.ios": "cd ./demo-ng && ns run ios --no-hmr --env.watchNodeModules",
2323
"postinstall": "npm run setup",
2424
"prepare": "npm run setup",
25-
"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",
25+
"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",
2626
"readme": "lerna run readme && node ./tools/readme.js",
2727
"setup": "npm run submodules && ts-patch install",
2828
"start": "./node_modules/.bin/ntl -A -s 15 -o",
@@ -34,7 +34,7 @@
3434
"watch": "npm run tsc -- -w",
3535
"fullclean": "npm run clean && rimraf 'packages/**/node_modules' 'demo-*/hooks' 'demo-*/node_modules' 'package-lock.json' 'pnpm-lock.yaml' 'node_modules'",
3636
"doc": "node tools/builddoc.mjs",
37-
"commit_readme_doc_changes": "git add docs/** *.md ; git commit -m \"readme/doc\""
37+
"commit_readme_doc_changes": "git add docs/** *.md ; git commit -m \"readme/doc\" ; echo \"commit readme doc done\""
3838
},
3939
"commitlint": {
4040
"extends": [

0 commit comments

Comments
 (0)