Skip to content

Commit 1fd0912

Browse files
committed
chore: project
1 parent 34cf4d7 commit 1fd0912

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ tmp/
3535
devices.js
3636

3737
*.framework
38+
*.xcframework
3839
**/*.js.map
3940
src/**/*.js
4041
packages/**/*.js
@@ -55,5 +56,4 @@ packages/*.metadata.json
5556
packages/angular
5657
packages/typings
5758

58-
/blueprint.md
59-
*.xcframework
59+
/blueprint.md

.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.3.1.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
@@ -33,7 +33,7 @@
3333
"demo.vue.clean": "cd ./demo-vue && ns clean",
3434
"demo.vue.ios": "cd ./demo-vue && ns run ios --no-hmr --env.watchNodeModules",
3535
"postinstall": "npm run setup",
36-
"publish": "npm run clean ; npm run build.all ; npm run readme ; npm run doc ; npm run commit_readme_doc_changes ; lerna publish",
36+
"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",
3737
"readme": "lerna run readme && node ./tools/readme.js",
3838
"setup": "npm run submodules && ts-patch install",
3939
"start": "./node_modules/.bin/ntl -A -s 15 -o",
@@ -42,7 +42,7 @@
4242
"sync.test": "node ./tools/sync.js",
4343
"tsc": "cpy '**/*.d.ts' '../plugin' --parents --cwd=src && tsc -skipLibCheck -d",
4444
"update": "node ./tools/update.js",
45-
"commit_readme_doc_changes": "git add docs *.md ; git commit -m \"readme/doc\"",
45+
"commit_readme_doc_changes": "git add docs/** *.md ; git commit -m \"readme/doc\" ; echo \"commit readme doc done\"",
4646
"fullclean": "npm run clean && rimraf 'packages/**/node_modules' 'demo-*/hooks' 'demo-*/node_modules' 'package-lock.json' 'pnpm-lock.yaml' 'node_modules'",
4747
"doc": "node tools/builddoc.mjs"
4848
},
@@ -84,6 +84,7 @@
8484
"workspaces": [
8585
"packages/*",
8686
"demo-vue",
87+
"demo-vue3",
8788
"demo-ng",
8889
"demo-svelte",
8990
"demo-react",

0 commit comments

Comments
 (0)