Skip to content

Commit 96fc522

Browse files
farfromrefugactions-user
authored andcommitted
chore: update common files
1 parent 516993b commit 96fc522

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ yarn-error.log*
2424
.gradle
2525
.project
2626
.yarn
27+
.cxx
2728
tmp/
2829

2930
!.eslintrc.js
@@ -34,6 +35,7 @@ tmp/
3435
devices.js
3536

3637
*.framework
38+
*.xcframework
3739
**/*.js.map
3840
src/**/*.js
3941
packages/**/*.js

.yarnrc.yml

+3-1
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.3.1.cjs
7+
yarnPath: tools/.yarn/releases/yarn-4.0.1.cjs

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"demo.vue.clean": "cd ./demo-vue && ns clean",
3535
"demo.vue.ios": "cd ./demo-vue && ns run ios --no-hmr --env.watchNodeModules",
3636
"postinstall": "npm run setup",
37-
"publish": "npm run clean ; npm run build.all ; npm run readme ; npm run doc ; npm run commit_readme_doc_changes ; lerna publish",
37+
"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",
3838
"readme": "lerna run readme && node ./tools/readme.js",
3939
"setup": "npm run submodules && ts-patch install",
4040
"start": "./node_modules/.bin/ntl -A -s 15 -o",
@@ -46,7 +46,7 @@
4646
"watch": "npm run tsc -- -w",
4747
"doc": "node tools/builddoc.mjs",
4848
"fullclean": "npm run clean && rimraf 'packages/**/node_modules' 'demo-*/hooks' 'demo-*/node_modules' 'package-lock.json' 'pnpm-lock.yaml' 'node_modules'",
49-
"commit_readme_doc_changes": "git add docs *.md ; git commit -m \"readme/doc\""
49+
"commit_readme_doc_changes": "git add docs/** *.md ; git commit -m \"readme/doc\" ; echo \"commit readme doc done\""
5050
},
5151
"commitlint": {
5252
"extends": [
@@ -86,6 +86,7 @@
8686
"workspaces": [
8787
"packages/*",
8888
"demo-vue",
89+
"demo-vue3",
8990
"demo-ng",
9091
"demo-svelte",
9192
"demo-react",

0 commit comments

Comments
 (0)