Skip to content

Commit ed24f2e

Browse files
author
farfromrefuge
committed
Merge branch 'master' of github.com:nativescript-community/ui-material-components
2 parents dbf0015 + 495c01e commit ed24f2e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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 setup && 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\" ; echo \"commit readme doc done\""
5050
},
5151
"keywords": [
5252
"NativeScript",

tools

0 commit comments

Comments
 (0)