Skip to content

Commit 0dbfb53

Browse files
committed
chore: project
1 parent d2d663a commit 0dbfb53

File tree

5 files changed

+8
-5
lines changed

5 files changed

+8
-5
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ nmHoistingLimits: workspaces
22

33
nodeLinker: node-modules
44

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

demo-ng

package.json

Lines changed: 3 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 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\""
2323
},
2424
"repository": {
2525
"type": "git",
@@ -57,6 +57,7 @@
5757
"workspaces": [
5858
"packages/*",
5959
"demo-vue",
60+
"demo-vue3",
6061
"demo-ng",
6162
"demo-svelte",
6263
"demo-react",

0 commit comments

Comments
 (0)