Skip to content

Commit 1902637

Browse files
committed
chore: project
1 parent 5ca4e8b commit 1902637

File tree

5 files changed

+7
-8
lines changed

5 files changed

+7
-8
lines changed

.yarnrc.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
compressionLevel: mixed
2-
31
nmHoistingLimits: workspaces
42

53
nodeLinker: node-modules
64

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

demo-ng

demo-vue

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"demo.vue.ios": "cd ./demo-vue && ns run ios --no-hmr --env.watchNodeModules",
2626
"postinstall": "npm run setup",
2727
"prepare": "npm run setup",
28-
"publish": "npm run clean ; npm run build.all ; npm run readme ; npm run doc ; npm run commit_readme_doc_changes ; lerna publish",
28+
"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",
2929
"readme": "lerna run readme && node ./tools/readme.js",
3030
"setup": "npm run submodules && ts-patch install",
3131
"start": "./node_modules/.bin/ntl -A -s 15 -o",
@@ -37,7 +37,7 @@
3737
"watch": "npm run tsc -- -w",
3838
"fullclean": "npm run clean && rimraf 'packages/**/node_modules' 'demo-*/hooks' 'demo-*/node_modules' 'package-lock.json' 'pnpm-lock.yaml' 'node_modules'",
3939
"doc": "node tools/builddoc.mjs",
40-
"commit_readme_doc_changes": "git add docs *.md ; git commit -m \"readme/doc\""
40+
"commit_readme_doc_changes": "git add docs/** *.md ; git commit -m \"readme/doc\""
4141
},
4242
"commitlint": {
4343
"extends": [
@@ -69,6 +69,7 @@
6969
"workspaces": [
7070
"packages/*",
7171
"demo-vue",
72+
"demo-vue3",
7273
"demo-ng",
7374
"demo-svelte",
7475
"demo-react",

0 commit comments

Comments
 (0)