Skip to content

Commit c5d54f8

Browse files
committed
Merge branch 'master' of github.com:Akylas/nativescript-gesturehandler
2 parents 9f40716 + a21f913 commit c5d54f8

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

.yarnrc.yml

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

55
nodeLinker: node-modules
66

7-
yarnPath: tools/.yarn/releases/yarn-3.6.4.cjs
7+
yarnPath: tools/.yarn/releases/yarn-4.0.1.cjs

demo-vue

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"demo.ng.clean": "cd ./demo-ng && ns clean",
2222
"demo.ng.ios": "cd ./demo-ng && ns run ios --no-hmr --env.watchNodeModules",
2323
"postinstall": "npm run setup",
24-
"publish": "npm run clean ; npm run build.all ; npm run readme ; npm run doc ; npm run commit_readme_doc_changes ; lerna publish",
24+
"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",
2525
"readme": "lerna run readme && node ./tools/readme.js",
2626
"setup": "npm run submodules && ts-patch install",
2727
"start": "./node_modules/.bin/ntl -A -s 15 -o",
@@ -32,7 +32,7 @@
3232
"update": "node ./tools/update.js",
3333
"doc": "node tools/builddoc.mjs",
3434
"fullclean": "npm run clean && rimraf 'packages/**/node_modules' 'demo-*/hooks' 'demo-*/node_modules' 'package-lock.json' 'pnpm-lock.yaml' 'node_modules'",
35-
"commit_readme_doc_changes": "git add docs *.md ; git commit -m \"readme/doc\""
35+
"commit_readme_doc_changes": "git add docs/** *.md ; git commit -m \"readme/doc\" ; echo \"commit readme doc done\""
3636
},
3737
"commitlint": {
3838
"extends": [
@@ -58,6 +58,7 @@
5858
"workspaces": [
5959
"packages/*",
6060
"demo-vue",
61+
"demo-vue3",
6162
"demo-ng",
6263
"demo-svelte",
6364
"demo-react",

0 commit comments

Comments
 (0)