Skip to content

Commit 495c01e

Browse files
farfromrefugactions-user
authored andcommitted
chore: update common files
1 parent 58cf4f1 commit 495c01e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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",

0 commit comments

Comments
 (0)