Skip to content

Commit 4253482

Browse files
committed
chore: project
1 parent f369776 commit 4253482

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"demo.vue3.ios": "cd ./demo-vue3 && ns run ios --no-hmr --env.watchNodeModules",
3737
"postinstall": "npm run setup",
3838
"prepare": "npm run setup",
39-
"publish": "npm run clean ; npm run build.all ; npm run readme ; npm run doc ; npm run commit_readme_doc_changes ; lerna publish",
39+
"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",
4040
"readme": "lerna run readme && node ./tools/readme.js",
4141
"setup": "npm run submodules && ts-patch install",
4242
"start": "./node_modules/.bin/ntl -A -s 15 -o",
@@ -48,7 +48,7 @@
4848
"watch": "npm run tsc -- -w",
4949
"doc": "node tools/builddoc.mjs",
5050
"pnpm.setup": "npm run setup && pnpm --filter @nativescript/template-* install",
51-
"commit_readme_doc_changes": "git add docs *.md ; git commit -m \"readme/doc\""
51+
"commit_readme_doc_changes": "git add docs/** *.md && git commit -m \"readme/doc\""
5252
},
5353
"commitlint": {
5454
"extends": [

tools

0 commit comments

Comments
 (0)