Skip to content

Commit b844844

Browse files
committed
chore: project
1 parent e90bc67 commit b844844

File tree

2 files changed

+3
-5
lines changed

2 files changed

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"demo.vue3.clean": "cd ./demo-vue3 && ns clean",
3838
"demo.vue3.ios": "cd ./demo-vue3 && ns run ios --no-hmr --env.watchNodeModules",
3939
"postinstall": "npm run setup",
40-
"publish": "npm run clean ; npm run build.all ; npm run readme ; npm run doc ; npm run commit_readme_doc_changes ; lerna publish",
40+
"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",
4141
"readme": "lerna run readme && node ./tools/readme.js",
4242
"setup": "npm run submodules && ts-patch install",
4343
"start": "./node_modules/.bin/ntl -A -s 15 -o",
@@ -46,7 +46,7 @@
4646
"sync": "node ./tools/sync.js",
4747
"update": "node ./tools/update.js",
4848
"doc": "node tools/builddoc.mjs",
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\""
5050
},
5151
"keywords": [
5252
"NativeScript",

0 commit comments

Comments
 (0)