|
37 | 37 | "demo.vue3.clean": "cd ./demo-vue3 && ns clean", |
38 | 38 | "demo.vue3.ios": "cd ./demo-vue3 && ns run ios --no-hmr --env.watchNodeModules", |
39 | 39 | "postinstall": "npm run setup", |
40 | | - "publish": "npm run clean && npm run build.all && npm run readme && npm run doc && lerna publish --no-private --create-release=github --force-publish", |
| 40 | + "publish": "npm run clean ; npm run build.all ; npm run readme ; npm run doc ; npm run commit_readme_doc_changes ; lerna publish", |
41 | 41 | "readme": "lerna run readme && node ./tools/readme.js", |
42 | 42 | "setup": "npm run submodules && ts-patch install", |
43 | 43 | "start": "./node_modules/.bin/ntl -A -s 15 -o", |
44 | 44 | "submodules": "git submodule update --init", |
45 | 45 | "submodules.update": "git submodule -q foreach git pull -q origin master && git add .", |
46 | 46 | "sync": "node ./tools/sync.js", |
47 | 47 | "update": "node ./tools/update.js", |
48 | | - "doc": "node tools/builddoc.mjs" |
| 48 | + "doc": "node tools/builddoc.mjs", |
| 49 | + "commit_readme_doc_changes": "git add docs *.md ; git commit -m \"readme/doc\"" |
49 | 50 | }, |
50 | 51 | "keywords": [ |
51 | 52 | "NativeScript", |
|
81 | 82 | "demo.svelte.ios": "Runs the Svelte demo on iOS.", |
82 | 83 | "demo.vue.android": "Runs the Vue demo on Android.", |
83 | 84 | "demo.vue.ios": "Runs the Vue demo on iOS.", |
84 | | - "demo.vue3.android": "Runs the Vue3 demo on Android.", |
85 | | - "demo.vue3.ios": "Runs the Vue3 demo on iOS.", |
86 | 85 | "watch": "Watch for changes in the plugin source and re-build." |
87 | 86 | } |
88 | 87 | }, |
89 | 88 | "workspaces": [ |
90 | 89 | "packages/*", |
91 | 90 | "demo-vue", |
92 | | - "demo-vue3", |
93 | 91 | "demo-ng", |
94 | 92 | "demo-svelte", |
95 | 93 | "demo-react", |
|
0 commit comments