Skip to content

Commit

Permalink
chore: update common files
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug authored and actions-user committed Nov 29, 2023
1 parent 58cf4f1 commit 495c01e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"demo.vue3.clean": "cd ./demo-vue3 && ns clean",
"demo.vue3.ios": "cd ./demo-vue3 && ns run ios --no-hmr --env.watchNodeModules",
"postinstall": "npm run setup",
"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",
"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",
"readme": "lerna run readme && node ./tools/readme.js",
"setup": "npm run submodules && ts-patch install",
"start": "./node_modules/.bin/ntl -A -s 15 -o",
Expand All @@ -46,7 +46,7 @@
"sync": "node ./tools/sync.js",
"update": "node ./tools/update.js",
"doc": "node tools/builddoc.mjs",
"commit_readme_doc_changes": "git add docs/** *.md ; git commit -m \"readme/doc\""
"commit_readme_doc_changes": "git add docs/** *.md ; git commit -m \"readme/doc\" ; echo \"commit readme doc done\""
},
"keywords": [
"NativeScript",
Expand Down

0 comments on commit 495c01e

Please sign in to comment.