Skip to content

Commit ae2c870

Browse files
farfromrefugactions-user
authored andcommitted
chore: update common files
1 parent ab8d8fb commit ae2c870

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
@@ -36,7 +36,7 @@
3636
"demo.vue3.ios": "cd ./demo-vue3 && ns run ios --no-hmr --env.watchNodeModules",
3737
"postinstall": "npm run setup",
3838
"prepare": "npm run setup",
39-
"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",
39+
"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",
4040
"readme": "lerna run readme && node ./tools/readme.js",
4141
"setup": "npm run submodules && ts-patch install",
4242
"start": "./node_modules/.bin/ntl -A -s 15 -o",
@@ -48,7 +48,7 @@
4848
"watch": "npm run tsc -- -w",
4949
"doc": "node tools/builddoc.mjs",
5050
"pnpm.setup": "npm run setup && pnpm --filter @nativescript/template-* install",
51-
"commit_readme_doc_changes": "git add docs/** *.md ; git commit -m \"readme/doc\""
51+
"commit_readme_doc_changes": "git add docs/** *.md ; git commit -m \"readme/doc\" ; echo \"commit readme doc done\""
5252
},
5353
"commitlint": {
5454
"extends": [

0 commit comments

Comments
 (0)