Skip to content

Commit 2707061

Browse files
farfromrefugactions-user
authored andcommitted
chore: update common files
1 parent edf1af1 commit 2707061

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.yarnrc.yml

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

35
nodeLinker: node-modules

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
"demo.ng.android": "cd ./demo-ng && ns run android --no-hmr --env.watchNodeModules",
1212
"demo.ng.clean": "cd ./demo-ng && ns clean",
1313
"demo.ng.ios": "cd ./demo-ng && ns run ios --no-hmr --env.watchNodeModules",
14-
"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",
14+
"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",
1515
"postinstall": "npm run setup",
1616
"readme": "lerna run readme && node ./tools/readme.js",
1717
"start": "./node_modules/.bin/ntl -A -s 15 -o",
1818
"submodules": "git submodule update --init",
1919
"update": "node ./tools/update.js",
2020
"doc": "node tools/builddoc.mjs",
2121
"fullclean": "npm run clean && rimraf 'packages/**/node_modules' 'demo-*/hooks' 'demo-*/node_modules' 'package-lock.json' 'pnpm-lock.yaml' 'node_modules'",
22-
"commit_readme_doc_changes": "git add docs/** *.md ; git commit -m \"readme/doc\""
22+
"commit_readme_doc_changes": "git add docs/** *.md ; git commit -m \"readme/doc\" ; echo \"commit readme doc done\""
2323
},
2424
"repository": {
2525
"type": "git",

0 commit comments

Comments
 (0)