Skip to content

Commit 8918242

Browse files
farfromrefugactions-user
authored andcommitted
chore: update common files
1 parent 98f985e commit 8918242

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-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: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"demo.vue.clean": "cd ./demo-vue && ns clean",
3030
"demo.vue.ios": "cd ./demo-vue && ns run ios --no-hmr --env.watchNodeModules",
3131
"postinstall": "npm run setup",
32-
"publish": "npm run clean ; npm run build.all ; npm run readme ; npm run doc ; npm run commit_readme_doc_changes ; lerna publish",
32+
"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",
3333
"readme": "lerna run readme && node ./tools/readme.js",
3434
"setup": "npm run submodules && ts-patch install",
3535
"start": "./node_modules/.bin/ntl -A -s 15 -o",
@@ -40,7 +40,7 @@
4040
"update": "node ./tools/update.js",
4141
"doc": "node tools/builddoc.mjs",
4242
"fullclean": "npm run clean && rimraf 'packages/**/node_modules' 'demo-*/hooks' 'demo-*/node_modules' 'package-lock.json' 'pnpm-lock.yaml' 'node_modules'",
43-
"commit_readme_doc_changes": "git add docs *.md ; git commit -m \"readme/doc\""
43+
"commit_readme_doc_changes": "git add docs/** *.md ; git commit -m \"readme/doc\" ; echo \"commit readme doc done\""
4444
},
4545
"commitlint": {
4646
"extends": [
@@ -77,6 +77,7 @@
7777
"workspaces": [
7878
"packages/*",
7979
"demo-vue",
80+
"demo-vue3",
8081
"demo-ng",
8182
"demo-svelte",
8283
"demo-react",

0 commit comments

Comments
 (0)