|
16 | 16 | "plugin.watch.android": "npm i && npm-watch build.android", |
17 | 17 | "plugin.watch.ios": "npm i && npm-watch build.ios", |
18 | 18 | "plugin.watch": "npm run plugin.watch.tsc & npm run plugin.watch.android & npm run plugin.watch.ios", |
19 | | - "publish": "npm run clean && npm run build.all && npm run readme && npm run doc && lerna publish --no-private --create-release=github --force-publish", |
| 19 | + "publish": "npm run clean ; npm run build.all ; npm run readme ; npm run doc ; npm run commit_readme_doc_changes ; lerna publish", |
20 | 20 | "publish.major": "npm run build && lerna publish major --create-release=github --force-publish", |
21 | 21 | "sync": "node ./tools/sync.js", |
22 | 22 | "commitmsg": "commitlint -e $GIT_PARAMS", |
23 | | - "build.all": "npm run build", |
| 23 | + "build.all": "lerna run build.all", |
24 | 24 | "fullclean": "npm run clean && rimraf 'packages/**/node_modules' 'demo-*/hooks' 'demo-*/node_modules' 'package-lock.json' 'pnpm-lock.yaml' 'node_modules'", |
25 | 25 | "demo.vue.android": "cd ./demo-vue && ns run android --no-hmr --env.watchNodeModules", |
26 | 26 | "demo.vue.clean": "cd ./demo-vue && ns clean", |
|
31 | 31 | "setup": "npm run submodules && ts-patch install", |
32 | 32 | "start": "./node_modules/.bin/ntl -A -s 15 -o", |
33 | 33 | "submodules": "git submodule update --init", |
34 | | - "update": "node ./tools/update.js" |
| 34 | + "update": "node ./tools/update.js", |
| 35 | + "commit_readme_doc_changes": "git add docs *.md ; git commit -m \"readme/doc\"" |
35 | 36 | }, |
36 | 37 | "keywords": [ |
37 | 38 | "secure", |
|
88 | 89 | "ntl": { |
89 | 90 | "descriptions": { |
90 | 91 | "build": "Build the plugin", |
91 | | - "build.all": "Build the plugin for all platforms", |
92 | 92 | "build.angular": "Build the plugin for Angular", |
| 93 | + "build.all": "Build the plugin for all platforms", |
93 | 94 | "clean": "Clean the local environment.", |
94 | 95 | "demo.vue.android": "Runs the Vue demo on Android.", |
95 | 96 | "demo.vue.ios": "Runs the Vue demo on iOS.", |
|
0 commit comments